From: brian Date: Wed, 2 Nov 2005 21:20:08 +0000 (+0000) Subject: I thought this would make expect more efficient, reducing the size of the X-Git-Tag: 1.4.10~392 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e726593675e7d958f199034245f0a055259655c5;p=fs%2Flustre-release.git I thought this would make expect more efficient, reducing the size of the buffer that it had to match in but perhaps this is causing the mysterious hangs. --- diff --git a/build/update_oldconfig b/build/update_oldconfig index b74323d..8944617 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -3,7 +3,7 @@ log_user 0 set spawnid [spawn make oldconfig] -match_max 200 +#match_max 200 # need to allow for the config tool to be built initially set timeout 30