rpms/kernel/devel/configs config-debug, 1.4, 1.5 config-nodebug, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 15 22:59:44 UTC 2007


Author: davej

Update of /cvs/dist/rpms/kernel/devel/configs
In directory cvs.devel.redhat.com:/tmp/cvs-serv18011/configs

Modified Files:
	config-debug config-nodebug 
Log Message:
* Thu Mar 15 2007 Dave Jones <davej at redhat.com>
- Change how 'ignore quiet boot option' is done to a CONFIG option.
  This will allow having it ignored in the -debug kernels, but
  honoured in the production kernels whilst allowing to build
  from the same source tree.



Index: config-debug
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/configs/config-debug,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-debug	5 Mar 2007 07:41:08 -0000	1.4
+++ config-debug	15 Mar 2007 22:59:42 -0000	1.5
@@ -1,3 +1,4 @@
+CONFIG_DEBUG_IGNORE_QUIET=y
 CONFIG_DEBUG_SLAB=y
 CONFIG_DEBUG_MUTEXES=y
 CONFIG_DEBUG_RT_MUTEXES=y


Index: config-nodebug
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/configs/config-nodebug,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-nodebug	5 Mar 2007 07:41:08 -0000	1.4
+++ config-nodebug	15 Mar 2007 22:59:42 -0000	1.5
@@ -1,3 +1,4 @@
+CONFIG_DEBUG_IGNORE_QUIET=y
 CONFIG_DEBUG_SLAB=y
 CONFIG_DEBUG_MUTEXES=y
 CONFIG_DEBUG_RT_MUTEXES=y




More information about the fedora-cvs-commits mailing list