r3519 - trunk/kernel/source/linux-2.6-2.6.12/debian

Andres Salomon dilinger at costa.debian.org
Sat Jul 16 02:00:56 UTC 2005


Author: dilinger
Date: 2005-07-16 02:00:54 +0000 (Sat, 16 Jul 2005)
New Revision: 3519

Modified:
   trunk/kernel/source/linux-2.6-2.6.12/debian/README
Log:
update readme to reflect naming and other changes


Modified: trunk/kernel/source/linux-2.6-2.6.12/debian/README
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/README	2005-07-16 01:56:00 UTC (rev 3518)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/README	2005-07-16 02:00:54 UTC (rev 3519)
@@ -3,7 +3,7 @@
 Files for architecture <arch> should be placed into arch/<arch>.
 Minimally, this directory should contain a control.in, config.default
 and at least one flavour configuration file config.<flavour>. It can
-optionally contain config.common, Makefile.inc and multiple flavour
+optionally contain config, Makefile.inc and multiple flavour
 configuration files. For arches with subarches the subdirectory
 arch/<arch>/<subarch> with the same file structure must be created
 for each subarch.
@@ -29,8 +29,8 @@
 
   Configuration file for kernel-image:
 
-  arch/config.common
-  arch/<arch>/config.common 
+  arch/config
+  arch/<arch>/config 
   arch/<arch>/config.<flavour>
   
   Configuration file for kernel-headers:
@@ -39,19 +39,15 @@
 
 For architecture with subarches:
 
-  arch/config.common
-  arch/<arch>/config.common
-  arch/<arch>/<subarch>/config.common
+  arch/config
+  arch/<arch>/config
+  arch/<arch>/<subarch>/config
   arch/<arch>/<subarch>/config.<flavour>
 
   Configuration file for kernel-headers:
 
   arch/<arch>/<subarch>/config.default
 
-It is possible to avoid the inclusion of the arch-independent
-config file (handy for the transitional period) by setting the
-include_common_config variable to 'no' in Makefile.inc.
-
 Control file
 ------------
 The master control file debian/control must be generated before
@@ -97,14 +93,6 @@
 per-architecture basis and other evil things. So far the valid uses of
 this file include the setting of the following variables:
 
-include_common_config	
-
-  Setting it to 'no' (without quotes) will prevent the common kernel
-  config from being included for this particular architecture.
-  Typical usage:
-
-  include_common_config := no
-
 headers_dirs		
 
   This variable is substituted into the headers-install script,




More information about the Kernel-svn-changes mailing list