patch-2.4.0-test2 linux/scripts/Configure
Next file: linux/scripts/Menuconfig
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 13:45:52 2000
- Orig file:
v2.4.0-test1/linux/scripts/Configure
- Orig date:
Wed Apr 26 16:34:10 2000
diff -u --recursive --new-file v2.4.0-test1/linux/scripts/Configure linux/scripts/Configure
@@ -539,7 +539,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)