rpms/kernel/devel linux-2.4.0-nonintconfig.patch,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 22 17:21:50 UTC 2005


Author: davej

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

Modified Files:
	linux-2.4.0-nonintconfig.patch 
Log Message:
Disable scrolly scrolly messages that no-one reads anyway.
Shaves off another 4s.

(make prep now down to 16s from 40s at beginning of day)



linux-2.4.0-nonintconfig.patch:
 linux-2.6.12/scripts/kconfig/confdata.c |    4 ++--
 linux-800/scripts/kconfig/Makefile      |    4 ++++
 linux-800/scripts/kconfig/conf.c        |   26 +++++++++++++++++++++++---
 3 files changed, 29 insertions(+), 5 deletions(-)

Index: linux-2.4.0-nonintconfig.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.4.0-nonintconfig.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- linux-2.4.0-nonintconfig.patch	9 May 2005 22:19:09 -0000	1.15
+++ linux-2.4.0-nonintconfig.patch	22 Jun 2005 17:21:46 -0000	1.16
@@ -99,3 +99,23 @@
  .PHONY: randconfig allyesconfig allnoconfig allmodconfig defconfig
  
  randconfig: $(obj)/conf
+--- linux-2.6.12/scripts/kconfig/confdata.c~	2005-06-22 13:17:13.000000000 -0400
++++ linux-2.6.12/scripts/kconfig/confdata.c	2005-06-22 13:17:23.000000000 -0400
+@@ -129,7 +129,7 @@ int conf_read(const char *name)
+ 				continue;
+ 			sym = sym_find(line + 9);
+ 			if (!sym) {
+-				fprintf(stderr, "%s:%d: trying to assign nonexistent symbol %s\n", name, lineno, line + 9);
++				//fprintf(stderr, "%s:%d: trying to assign nonexistent symbol %s\n", name, lineno, line + 9);
+ 				break;
+ 			}
+ 			switch (sym->type) {
+@@ -154,7 +154,7 @@ int conf_read(const char *name)
+ 				*p2 = 0;
+ 			sym = sym_find(line + 7);
+ 			if (!sym) {
+-				fprintf(stderr, "%s:%d: trying to assign nonexistent symbol %s\n", name, lineno, line + 7);
++				//fprintf(stderr, "%s:%d: trying to assign nonexistent symbol %s\n", name, lineno, line + 7);
+ 				break;
+ 			}
+ 			switch (sym->type) {




More information about the fedora-cvs-commits mailing list