kernel-ark/scripts/package
Andi Kleen b589c8ae09 Kbuild: use normal compression settings for tar*-pkg
For large kernel configurations (like a distribution kernel)
targz-pkg takes a quite long time to just do the compression.
I clocked it at 15+mins for a SUSE kernel like config on a fast
system.  And tarxz and bzip2 are even slower.

The main reason is that the script that is doing the taring sets
the highest compression level (-9).  When I change it to just
use the defaults the gzip time for the same kernel goes down
to ~3 mins. I haven't tested xz and bzip, but I expect those
to be much faster too.

I'm not willing to wait that long for a small compression
gain. So just change the script to use the defaults.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2012-09-27 16:56:59 +02:00
..
builddeb deb-pkg: Add all Makefiles to header package 2012-06-28 10:48:08 +02:00
buildtar Kbuild: use normal compression settings for tar*-pkg 2012-09-27 16:56:59 +02:00
Makefile scripts/package/Makefile: Fix typo: an deb -> a deb 2011-10-29 21:15:07 +02:00
mkspec kbuild: Create a kernel-headers RPM 2011-05-24 18:28:29 +02:00