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

Bastian Blank waldi at costa.debian.org
Wed Jun 28 21:21:32 UTC 2006


Author: waldi
Date: Wed Jun 28 21:21:31 2006
New Revision: 6917

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

Log:
debian/rules.real: Always override ARCH and CROSS_COMPILE settings.


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	Wed Jun 28 21:21:31 2006
@@ -137,11 +137,11 @@
 	cp -al '$(SOURCE_DIR)' '$(DIR)'
 	cp '$(CONFIG)' '$(DIR)/.config'
 	echo '$(ABINAME)$(LOCALVERSION)' > '$(DIR)/localversion'
-	echo 'ARCH = $(ARCH)' >> '$(DIR)/.kernelvariables'
+	echo 'override ARCH = $(ARCH)' >> '$(DIR)/.kernelvariables'
 	echo 'CCACHE = ccache' >> '$(DIR)/.kernelvariables'
 	echo 'CC = $$(if $$(DEBIAN_KERNEL_USE_CCACHE),$$(CCACHE)) $$(CROSS_COMPILE)$(COMPILER)' >> '$(DIR)/.kernelvariables'
 	echo 'ifneq ($$(DEB_BUILD_ARCH),$$(DEB_HOST_ARCH))' >> '$(DIR)/.kernelvariables'
-	echo 'CROSS_COMPILE = $$(DEB_HOST_GNU_TYPE)-' >> '$(DIR)/.kernelvariables'
+	echo 'override CROSS_COMPILE = $$(DEB_HOST_GNU_TYPE)-' >> '$(DIR)/.kernelvariables'
 	echo 'endif' >> '$(DIR)/.kernelvariables'
 endef
 



More information about the Kernel-svn-changes mailing list