SOURCES: kernel-config-update.py - spec updates MATH_EMULATION, li...
glen
glen at pld-linux.org
Tue Jan 29 01:08:38 CET 2008
Author: glen Date: Tue Jan 29 00:08:38 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- spec updates MATH_EMULATION, line needed to be present for that to work
---- Files affected:
SOURCES:
kernel-config-update.py (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/kernel-config-update.py
diff -u SOURCES/kernel-config-update.py:1.6 SOURCES/kernel-config-update.py:1.7
--- SOURCES/kernel-config-update.py:1.6 Tue Jan 29 01:02:29 2008
+++ SOURCES/kernel-config-update.py Tue Jan 29 01:08:33 2008
@@ -178,8 +178,8 @@
if symbol == "DEFCONFIG_LIST":
# seems wrong
continue
- if symbol == "MATH_EMULATION":
- # .spec keeps updating this
- continue
+# if symbol == "MATH_EMULATION":
+# # .spec keeps updating this
+# continue
print "%s %s" % (symbol, s.strip())
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config-update.py?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list