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

Bastian Blank waldi at costa.debian.org
Thu Jun 29 09:30:56 UTC 2006


Author: waldi
Date: Thu Jun 29 09:30:55 2006
New Revision: 6921

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

Log:
debian/rules.real: Use KERNEL_ARCH, not ARCH.


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	Thu Jun 29 09:30:55 2006
@@ -137,7 +137,7 @@
 	cp -al '$(SOURCE_DIR)' '$(DIR)'
 	cp '$(CONFIG)' '$(DIR)/.config'
 	echo '$(ABINAME)$(LOCALVERSION)' > '$(DIR)/localversion'
-	echo 'override ARCH = $(ARCH)' >> '$(DIR)/.kernelvariables'
+	echo 'override ARCH = $(KERNEL_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'



More information about the Kernel-svn-changes mailing list