[kernel] r5282 - people/waldi/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Thu Jan 5 15:36:39 UTC 2006


Author: waldi
Date: Thu Jan  5 15:36:33 2006
New Revision: 5282

Modified:
   people/waldi/linux-2.6/debian/rules.real
Log:
debian/rules.real
- Remove outdated comment about include_common_config.
- Remove support for headers_dirs.


Modified: people/waldi/linux-2.6/debian/rules.real
==============================================================================
--- people/waldi/linux-2.6/debian/rules.real	(original)
+++ people/waldi/linux-2.6/debian/rules.real	Thu Jan  5 15:36:33 2006
@@ -61,9 +61,6 @@
   setup_makeflags += CC="$$$$(CROSS_COMPILE)$(COMPILER)"
 endif
 setup_env += MAKEFLAGS='$(setup_makeflags)'
-ifndef headers_dirs
-  headers_dirs = $(DEB_HOST_ARCH)
-endif
 
 #
 # Targets
@@ -84,9 +81,6 @@
 # the arch-independent config file (arch/config),
 # arch-specific config file (arch/$(karch)/config),
 # and subarch specific one (arch/$(karch)/$(subarch)/config).
-# It is possible to avoid the inclusion of the arch-indep
-# config file by setting include_common_config = no in the
-# arch/$(karch)/Makefile.inc.
 #
 config_common = debian/arch/config debian/arch/$(ARCH)/config
 ifneq ($(SUBARCH),none)



More information about the Kernel-svn-changes mailing list