debian/rules.real

- Always call reportoldconfig.
- Use silentoldconfig for make-kpkg.

svn path=/dists/trunk/linux-2.6/; revision=7267
This commit is contained in:
Bastian Blank 2006-08-29 13:35:40 +00:00
parent 8d4a531246
commit 4600ee3b49
1 changed files with 2 additions and 0 deletions

2
debian/rules.real vendored
View File

@ -37,6 +37,7 @@ include debian/rules.defs
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 @@ define SETUP_DIR
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: