Title: [7889] trunk/scripts/Makefile.lib: [#5714] give the file to lzma so it can insert the decompressed filesize into the header
Revision
7889
Author
vapier
Date
2009-11-27 14:06:31 -0500 (Fri, 27 Nov 2009)

Log Message

[#5714] give the file to lzma so it can insert the decompressed filesize into the header

Modified Paths

Diff

Modified: trunk/scripts/Makefile.lib (7888 => 7889)


--- trunk/scripts/Makefile.lib	2009-11-27 19:05:55 UTC (rev 7888)
+++ trunk/scripts/Makefile.lib	2009-11-27 19:06:31 UTC (rev 7889)
@@ -227,6 +227,6 @@
 # ---------------------------------------------------------------------------
 
 quiet_cmd_lzma = LZMA    $@
-cmd_lzma = (cat $(filter-out FORCE,$^) | \
-	lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
+cmd_lzma = (lzma -6 -c $(filter-out FORCE,$^) && \
+	$(call size_append, $(filter-out FORCE,$^))) > $@ || \
 	(rm -f $@ ; false)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to