[kernel] r7267 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Tue Aug 29 13:35:42 UTC 2006


Author: waldi
Date: Tue Aug 29 13:35:40 2006
New Revision: 7267

Modified:
   dists/trunk/linux-2.6/debian/rules.real

Log:
debian/rules.real
- Always call reportoldconfig.
- Use silentoldconfig for make-kpkg.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Tue Aug 29 13:35:40 2006
@@ -37,6 +37,7 @@
 kpkg_image := make-kpkg
 kpkg_image += --arch '$(ARCH)'
 kpkg_image += --stem linux
+kpkg_image += --config silentoldconfig
 ifneq ($(INITRAMFS),False)
   kpkg_image += --initrd
 endif
@@ -141,6 +142,7 @@
 	echo 'ifneq ($$(DEB_BUILD_ARCH),$$(DEB_HOST_ARCH))' >> '$(DIR)/.kernelvariables'
 	echo 'override CROSS_COMPILE = $$(DEB_HOST_GNU_TYPE)-' >> '$(DIR)/.kernelvariables'
 	echo 'endif' >> '$(DIR)/.kernelvariables'
+	cd '$(DIR)'; $(setup_env) make reportoldconfig ARCH=$(KERNEL_ARCH)
 endef
 
 $(STAMPS_DIR)/setup-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-kernel-package:



More information about the Kernel-svn-changes mailing list