rpms/kernel/devel linux-2.6-build-nonintconfig.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 13 18:05:15 UTC 2006


Author: davej

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

Modified Files:
	linux-2.6-build-nonintconfig.patch 
Log Message:
warn on non-existent symbols again


linux-2.6-build-nonintconfig.patch:
 linux-2.6.14/scripts/kconfig/confdata.c |    8 +++-----
 linux-800/scripts/kconfig/Makefile      |    4 ++++
 linux-800/scripts/kconfig/conf.c        |   26 +++++++++++++++++++++++---
 3 files changed, 30 insertions(+), 8 deletions(-)

Index: linux-2.6-build-nonintconfig.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-build-nonintconfig.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-build-nonintconfig.patch	16 Nov 2005 05:13:37 -0000	1.3
+++ linux-2.6-build-nonintconfig.patch	13 Feb 2006 18:04:43 -0000	1.4
@@ -106,7 +106,7 @@
  			sym = sym_find(line + 9);
  			if (!sym) {
 -				conf_warning("trying to assign nonexistent symbol %s", line + 9);
-+				//conf_warning("trying to assign nonexistent symbol %s", line + 9);
++				conf_warning("trying to assign nonexistent symbol %s", line + 9);
  				break;
  			} else if (!(sym->flags & SYMBOL_NEW)) {
  				conf_warning("trying to reassign symbol %s", sym->name);
@@ -115,7 +115,7 @@
  			sym = sym_find(line + 7);
  			if (!sym) {
 -				conf_warning("trying to assign nonexistent symbol %s", line + 7);
-+				//conf_warning("trying to assign nonexistent symbol %s", line + 7);
++				conf_warning("trying to assign nonexistent symbol %s", line + 7);
  				break;
  			} else if (!(sym->flags & SYMBOL_NEW)) {
  				conf_warning("trying to reassign symbol %s", sym->name);




More information about the fedora-cvs-commits mailing list