git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae03c49
)
bzip2/lzma: handle failures from bzip2 and lzma correctly
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 4 Jan 2009 23:10:40 +0000
(15:10 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Sun, 4 Jan 2009 23:53:35 +0000
(15:53 -0800)
Impact: Bug fix
If bzip2 or lzma fails (for example, if they aren't installed on the
system), we need to propagate the failure out to "make". However,
they were masked by being followed by a semicolon.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found