This minor fix from Alan's -ac tree fixes the "make menuconfig" problem
in linux-2.4.5-pre[12]. The problem was that with the new
"Pentium-III/Celeron(Coppermine)" choice in arch/i386/config.in
menuconfig broke on the '()' in a choice. Please apply.
Erik
Index: scripts/Menuconfig
===================================================================
RCS file: /home/erik/cvsroot/elinux/scripts/Menuconfig,v
retrieving revision 1.1.1.11
retrieving revision 1.1.1.12
diff -u -r1.1.1.11 -r1.1.1.12
--- scripts/Menuconfig 2001/05/15 11:40:54 1.1.1.11
+++ scripts/Menuconfig 2001/05/15 12:28:57 1.1.1.12
@@ -347,7 +347,7 @@
echo -e "
function $firstchoice () \
- { l_choice '$title' \"$choices\" $current ;}" >>MCradiolists
+ { l_choice '$title' \"$choices\" \"$current\" ;}" >>MCradiolists
}
} # END load_functions()
-- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/