r4107 - dists/trunk/scripts

Andres Salomon dilinger at costa.debian.org
Thu Sep 1 05:29:22 UTC 2005


Author: dilinger
Date: 2005-09-01 05:29:21 +0000 (Thu, 01 Sep 2005)
New Revision: 4107

Modified:
   dists/trunk/scripts/split-config
Log:
Don't take any action upon removal of config options.  This should make this a
bit saner to use when arch/config contains a bunch of stuff that various
archs ignore.


Modified: dists/trunk/scripts/split-config
===================================================================
--- dists/trunk/scripts/split-config	2005-09-01 05:20:56 UTC (rev 4106)
+++ dists/trunk/scripts/split-config	2005-09-01 05:29:21 UTC (rev 4107)
@@ -275,9 +275,9 @@
 	add_option(key, newconf[key]) unless key.nil?
 }
 
-[removed].flatten.each { |key|
-	remove_option(key, kconf[key]) unless key.nil?
-}
+#[removed].flatten.each { |key|
+#	remove_option(key, kconf[key]) unless key.nil?
+#}
 
 [changed].flatten.each { |key|
 	update_option(key, kconf[key], newconf[key]) unless key.nil?




More information about the Kernel-svn-changes mailing list