SOURCES: kernel-config.py - print more duplicates than die on firs...
glen
glen at pld-linux.org
Mon Jan 28 17:47:54 CET 2008
Author: glen Date: Mon Jan 28 16:47:53 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- print more duplicates than die on first match
---- Files affected:
SOURCES:
kernel-config.py (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/kernel-config.py
diff -u SOURCES/kernel-config.py:1.4 SOURCES/kernel-config.py:1.5
--- SOURCES/kernel-config.py:1.4 Mon Jan 28 17:37:52 2008
+++ SOURCES/kernel-config.py Mon Jan 28 17:47:48 2008
@@ -85,7 +85,7 @@
symbol = c[0]
if dict.has_key(symbol):
print "Duplicate symbol %s!" % symbol
- sys.exit(1)
+ continue
par = False
for i in c[1:]:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config.py?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list