[kernel] r5717 - dists/trunk/linux-2.6/debian/bin

Jurij Smakov jurij-guest at costa.debian.org
Tue Feb 7 04:17:32 UTC 2006


Author: jurij-guest
Date: Tue Feb  7 04:17:28 2006
New Revision: 5717

Modified:
   dists/trunk/linux-2.6/debian/bin/gencontrol.py
Log:
Add handling of image-postproc to the flavours'
makeflags, so that we can invoke arbitrary commands
on the image after it's built. This is required for
stripping of the sparc32 image.


Modified: dists/trunk/linux-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/gencontrol.py	(original)
+++ dists/trunk/linux-2.6/debian/bin/gencontrol.py	Tue Feb  7 04:17:28 2006
@@ -83,6 +83,7 @@
             ('kernel-header-dirs', 'KERNEL_HEADER_DIRS'),
             ('kpkg-arch', 'KPKG_ARCH'),
             ('kpkg-subarch', 'KPKG_SUBARCH'),
+            ('image-postproc', 'IMAGE_POSTPROC'),
             ('type', 'TYPE'),
         ):
             if config_entry.has_key(i[0]):



More information about the Kernel-svn-changes mailing list