[kernel] r15119 - in dists/trunk/linux-2.6/debian: . bin

Bastian Blank waldi at alioth.debian.org
Thu Feb 4 11:10:01 UTC 2010


Author: waldi
Date: Thu Feb  4 11:09:53 2010
New Revision: 15119

Log:
Don't let default compiler flags escape into the build.

* debian/changelog: Update.
* debian/bin/gencontrol.py: Rename CFLAGS to CFLAGS_KERNEL.
* debian/rules.real: Use CFLAGS_KERNEL.

Modified:
   dists/trunk/linux-2.6/debian/bin/gencontrol.py
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/gencontrol.py	Thu Feb  4 09:51:13 2010	(r15118)
+++ dists/trunk/linux-2.6/debian/bin/gencontrol.py	Thu Feb  4 11:09:53 2010	(r15119)
@@ -94,7 +94,7 @@
         ):
             makeflags[i[1]] = data[i[0]]
         for i in (
-            ('cflags', 'CFLAGS'),
+            ('cflags', 'CFLAGS_KERNEL'),
             ('initramfs', 'INITRAMFS'),
             ('kpkg-arch', 'KPKG_ARCH'),
             ('kpkg-subarch', 'KPKG_SUBARCH'),

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Feb  4 09:51:13 2010	(r15118)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Feb  4 11:09:53 2010	(r15119)
@@ -1,3 +1,9 @@
+linux-2.6 (2.6.32-8) UNRELEASED; urgency=low
+
+  * Don't let default compiler flags escape into build.
+
+ -- Bastian Blank <waldi at debian.org>  Thu, 04 Feb 2010 12:08:47 +0100
+
 linux-2.6 (2.6.32-7) unstable; urgency=low
 
   [ maximilian attems]

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Thu Feb  4 09:51:13 2010	(r15118)
+++ dists/trunk/linux-2.6/debian/rules.real	Thu Feb  4 11:09:53 2010	(r15119)
@@ -111,8 +111,8 @@
 	echo 'override CROSS_COMPILE = $$(DEB_HOST_GNU_TYPE)-' >> '$(DIR)/.kernelvariables'
 	echo 'endif' >> '$(DIR)/.kernelvariables'
 endif
-ifdef CFLAGS
-	echo 'CFLAGS += $(CFLAGS)'  >> '$(DIR)/.kernelvariables'
+ifdef CFLAGS_KERNEL
+	echo 'CFLAGS += $(CFLAGS_KERNEL)'  >> '$(DIR)/.kernelvariables'
 endif
 	+$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' reportoldconfig
 	+$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' $(JOBS_ARG) prepare



More information about the Kernel-svn-changes mailing list