SOURCES: kernel-config-update.py - disable symbol cleanup -- remov...

glen glen at pld-linux.org
Tue Jan 29 02:26:51 CET 2008


Author: glen                         Date: Tue Jan 29 01:26:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable symbol cleanup -- removes too much

---- Files affected:
SOURCES:
   kernel-config-update.py (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/kernel-config-update.py
diff -u SOURCES/kernel-config-update.py:1.9 SOURCES/kernel-config-update.py:1.10
--- SOURCES/kernel-config-update.py:1.9	Tue Jan 29 02:16:05 2008
+++ SOURCES/kernel-config-update.py	Tue Jan 29 02:26:45 2008
@@ -178,17 +178,17 @@
 
     # go over symbols which no longer present in .config
     # and remove from our arch.
-    if not dotdict.has_key(symbol):
-        c = dict[symbol]
-        # if there's 'all' key, expand it to avalable arch list
-        if c.has_key('all'):
-            value = c['all']
-            for a in allarch:
-                if not c.has_key(a):
-                    c[a] = value
-            del c['all']
-        if c.has_key(arch):
-            del c[arch]
+#    if not dotdict.has_key(symbol):
+#        c = dict[symbol]
+#        # if there's 'all' key, expand it to avalable arch list
+#        if c.has_key('all'):
+#            value = c['all']
+#            for a in allarch:
+#                if not c.has_key(a):
+#                    c[a] = value
+#            del c['all']
+#        if c.has_key(arch):
+#            del c[arch]
 
 
     # join arch=value into string back
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config-update.py?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list