From a532fdcec226fc51e102f2f79793b93beba35cdf Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 21 Mar 2006 06:56:44 +0000 Subject: [PATCH] Another different make config pattern. Where are these all coming from all of a sudden? --- build/update_oldconfig | 5 +++++ 1 file changed, 5 insertions(+) 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 + } } -- 1.8.3.1