patch-1.3.35 linux/scripts/Configure
Next file: linux/scripts/Makefile
Previous file: linux/kernel/module.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sun Oct 15 18:57:01 1995
- Orig file:
v1.3.34/linux/scripts/Configure
- Orig date:
Mon Sep 18 14:54:13 1995
diff -u --recursive --new-file v1.3.34/linux/scripts/Configure linux/scripts/Configure
@@ -16,6 +16,10 @@
#
# 030995 (storner@osiris.ping.dk) - added support for tri-state answers,
# for selecting modules to compile.
+#
+# 180995 Bernhard Kaindl (bkaindl@ping.at) - added dummy functions for
+# use with a config.in modified for make menuconfig.
+#
#
# Make sure we're really running bash.
@@ -29,6 +33,16 @@
# Disable filename globbing once and for all.
# Enable function cacheing.
set -f -h
+
+#
+# Dummy functions for use with a config.in modified for menuconf
+#
+function mainmenu_option () {
+ :
+}
+function mainmenu_name () {
+ :
+}
#
# readln reads a line into $ans.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this