From e726593675e7d958f199034245f0a055259655c5 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 2 Nov 2005 21:20:08 +0000 Subject: [PATCH] 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. --- build/update_oldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1