From: brian Date: Tue, 21 Mar 2006 06:56:44 +0000 (+0000) Subject: Another different make config pattern. Where are these all coming from all X-Git-Tag: v1_7_100~522 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a532fdcec226fc51e102f2f79793b93beba35cdf;ds=sidebyside Another different make config pattern. Where are these all coming from all of a sudden? --- diff --git a/build/update_oldconfig b/build/update_oldconfig index 033b744..3593be5 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -48,4 +48,9 @@ expect { send "\r" exp_continue } + -re "\n *(\[^\n]* \\\[M\/n\/\\?] \\(NEW\\)) " { + puts "$expect_out(1,string) m" + send "m\r" + exp_continue + } }