From 0fea3bf0c69c8f9759b830a5e6036f1490b76168 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Wed, 9 Sep 2009 17:47:02 +0000 Subject: [PATCH] +optionally prebuild gdb/testsuite/site.exp --- bin/errs2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/errs2 b/bin/errs2 index cd0da81..2a52832 100755 --- a/bin/errs2 +++ b/bin/errs2 @@ -22,6 +22,9 @@ rm -f $out.ok ( set -ex time nice make $j "$@" + if [ -d gdb/testsuite ];then + make -C gdb/testsuite site.exp + fi touch $out.ok ) 2>&1|tee $args $out test -f $out.ok -- 1.8.3.1