Title: [7888] branches/2009R1/scripts/Makefile.lib: [#5714] give the file to lzma so it can insert the decompressed filesize into the header
Revision
7888
Author
vapier
Date
2009-11-27 14:05:55 -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: branches/2009R1/scripts/Makefile.lib (7887 => 7888)


--- branches/2009R1/scripts/Makefile.lib	2009-11-27 09:18:21 UTC (rev 7887)
+++ branches/2009R1/scripts/Makefile.lib	2009-11-27 19:05:55 UTC (rev 7888)
@@ -194,4 +194,4 @@
 # ---------------------------------------------------------------------------
 
 quiet_cmd_lzma = LZMA    $@
-cmd_lzma = lzma -f -9 < $< > $@
+cmd_lzma = lzma -6 -c $< > $@
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to