Whamcloud - gitweb
Another different make config pattern. Where are these all coming from all
[fs/lustre-release.git] / build / update_oldconfig
index 033b744..3593be5 100755 (executable)
@@ -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
+    }
 }