Small problem in Menuconfig sound config

William E. Roadcap (roadcapw@cfw.com)
Sun, 15 Sep 1996 23:45:02 -0400 (EDT)


Linus,

I found this small problem which turned up after a recent change to the
sound driver. Menuconfig was recompiling configure.c with each
invocation of the sound menu, which shouldn't happen.

Please include this patch in your next kernel release. Thanks...

--- linux/scripts/Menuconfig-2.0.20 Sun Sep 15 23:25:49 1996
+++ linux/scripts/Menuconfig Sun Sep 15 23:39:06 1996
@@ -546,7 +546,7 @@
printf("}\n") >>menu
return
}
- else if ($0 ~ /^#|$MAKE|mainmenu_name/) {
+ else if ($0 ~ /^#|\$MAKE|mainmenu_name/) {
printf("") >>menu
}
else if ($1 == "source") {

__
William E. Roadcap mailto:roadcapw@cfw.com
TITUS Software ftp://titus.cfw.com/pub
Waynesboro, Va (USA) http://www.cfw.com/~roadcapw