lkml.org 
[lkml]   [1996]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectSmall problem in Menuconfig sound config
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


\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.030 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site