debian/rules.real: Don't add CFLAGS it unset.

svn path=/dists/trunk/linux-2.6/; revision=9252
This commit is contained in:
Bastian Blank 2007-08-03 21:38:43 +00:00
parent 7d79e1f535
commit b43364222e
1 changed files with 2 additions and 0 deletions

2
debian/rules.real vendored
View File

@ -120,7 +120,9 @@ else
echo 'override CROSS_COMPILE = $$(DEB_HOST_GNU_TYPE)-' >> '$(DIR)/.kernelvariables'
echo 'endif' >> '$(DIR)/.kernelvariables'
endif
ifdef CFLAGS
echo 'CFLAGS += $(CFLAGS)' >> '$(DIR)/.kernelvariables'
endif
cd '$(DIR)'; $(setup_env) make reportoldconfig
$(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE): DIR=$(BUILD_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)