patch-2.2.17 linux/scripts/Configure
Next file: linux/scripts/Menuconfig
Previous file: linux/net/sunrpc/sched.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Sep  4 18:39:29 2000
-  Orig file: 
v2.2.16/scripts/Configure
-  Orig date: 
Mon Sep  4 18:37:53 2000
diff -u --recursive --new-file v2.2.16/scripts/Configure linux/scripts/Configure
@@ -542,7 +542,7 @@
   echo "# Using defaults found in" $DEFAULTS
   echo "#"
   . $DEFAULTS
-  sed -e 's/# \(.*\) is not.*/\1=n/' < $DEFAULTS > .config-is-not.$$
+  sed -e 's/# \(CONFIG_[^ ]*\) is not.*/\1=n/' <$DEFAULTS >.config-is-not.$$
   . .config-is-not.$$
   rm .config-is-not.$$
 else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)