[PATCH] kbuild: fix spacing for bzip2 commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux