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

Bastian Blank waldi at alioth.debian.org
Fri Oct 28 19:49:41 UTC 2011


Author: waldi
Date: Fri Oct 28 19:49:40 2011
New Revision: 18194

Log:
debian/rules.real: Override KERNELRELEASE with our expected version.

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

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Fri Oct 28 19:03:06 2011	(r18193)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Oct 28 19:49:40 2011	(r18194)
@@ -112,8 +112,8 @@
 	rm -rf '$(DIR)'
 	mkdir '$(DIR)'
 	cp '$(CONFIG)' '$(DIR)/.config'
-	echo '$(ABINAME_PART)$(LOCALVERSION_IMAGE)' > '$(DIR)/localversion'
 	echo 'override ARCH = $(KERNEL_ARCH)' >> '$(DIR)/.kernelvariables'
+	echo 'override KERNELRELEASE = $(ABINAME)$(LOCALVERSION_IMAGE)' >> '$(DIR)/.kernelvariables'
 	echo 'CCACHE = ccache' >> '$(DIR)/.kernelvariables'
 	echo 'CC = $$(if $$(DEBIAN_KERNEL_USE_CCACHE),$$(CCACHE)) $$(CROSS_COMPILE)$(COMPILER)' >> '$(DIR)/.kernelvariables'
 # TODO: Should we set CROSS_COMPILE always?



More information about the Kernel-svn-changes mailing list