Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3693ec0
)
Remove the debugging flag to greatly reduce output.
author
brian
<brian>
Fri, 25 Nov 2005 16:50:48 +0000
(16:50 +0000)
committer
brian
<brian>
Fri, 25 Nov 2005 16:50:48 +0000
(16:50 +0000)
Add an alternate expression for 2.4's make oldconfig.
build/update_oldconfig
patch
|
blob
|
history
diff --git
a/build/update_oldconfig
b/build/update_oldconfig
index
8944617
..
a9b240d
100755
(executable)
--- a/
build/update_oldconfig
+++ b/
build/update_oldconfig
@@
-1,4
+1,4
@@
-#!/usr/bin/expect
-d
+#!/usr/bin/expect
log_user 0
set spawnid [spawn make oldconfig]
@@
-23,6
+23,11
@@
expect {
send "m\r"
exp_continue
}
+ -re "\n*(\[^\n]* \\\[N\/y\/m\/\\?] \\(NEW\\)) " {
+ puts "$expect_out(1,string) m"
+ send "m\r"
+ exp_continue
+ }
-re "\n *(\[^\n]* \\\[N\/m\/\\?] \\(NEW\\)) " {
puts "$expect_out(1,string) m"
send "m\r"