* [PATCH] kbuild: fix spacing for bzip2 commands
@ 2009-06-07 7:44 Mike Frysinger
2009-06-08 5:53 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-06-07 7:44 UTC (permalink / raw)
To: sam; +Cc: linux-kbuild, akpm
The current bzip2 command has an extra space before the target:
MODPOST 4 modules
BZIP2 arch/blackfin/boot/vmlinux.bin.bz2
UIMAGE arch/blackfin/boot/vmImage.bz2
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
scripts/Makefile.lib | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index cba61ca..69e7d8f 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -197,7 +197,7 @@ cmd_gzip = gzip -f -9 < $< > $@
# Bzip2 does not include size in file... so we have to fake that
size_append=$(CONFIG_SHELL) $(srctree)/scripts/bin_size
-quiet_cmd_bzip2 = BZIP2 $@
+quiet_cmd_bzip2 = BZIP2 $@
cmd_bzip2 = (bzip2 -9 < $< && $(size_append) $<) > $@ || (rm -f $@ ; false)
# Lzma
--
1.6.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kbuild: fix spacing for bzip2 commands
2009-06-07 7:44 [PATCH] kbuild: fix spacing for bzip2 commands Mike Frysinger
@ 2009-06-08 5:53 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-06-08 5:53 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-kbuild, akpm
On Sun, Jun 07, 2009 at 03:44:37AM -0400, Mike Frysinger wrote:
> The current bzip2 command has an extra space before the target:
> MODPOST 4 modules
> BZIP2 arch/blackfin/boot/vmlinux.bin.bz2
> UIMAGE arch/blackfin/boot/vmImage.bz2
Applied,
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-08 5:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 7:44 [PATCH] kbuild: fix spacing for bzip2 commands Mike Frysinger
2009-06-08 5:53 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox