bzip2/lzma: don't leave empty files around on failure
authorAlain Knaff <alain@knaff.lu>
Thu, 19 Feb 2009 21:39:21 +0000 (13:39 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Feb 2009 21:39:21 +0000 (13:39 -0800)
commitab59d3b70f7a47987f80e153d828363faec643fe
tree67fd838d91444de13ca5487313f6979cc401345e
parente4aa7ca5a2e6d44f07ceb87d9448113f5b48a334
bzip2/lzma: don't leave empty files around on failure

Impact: Bugfix, silent build failures

Fix a bug in gen_initramfs_list.sh: in case of failure, it left an
empty output file behind, messing up the next make.

Signed-off-by: Alain Knaff <alain@knaff.lu>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
scripts/gen_initramfs_list.sh