From 567a52f04f9c984cca639365c680d2317ac3526f Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Wed, 1 Sep 2010 08:30:45 +0000 Subject: [PATCH] Rename. Run also errs2. Run also ctags. --- bin/{errs1 => errs12} | 6 ++++++ 1 file changed, 6 insertions(+) rename bin/{errs1 => errs12} (96%) diff --git a/bin/errs1 b/bin/errs12 similarity index 96% rename from bin/errs1 rename to bin/errs12 index 43cda29..de5912d 100755 --- a/bin/errs1 +++ b/bin/errs12 @@ -119,7 +119,13 @@ rm -f errs1.ok export CXXFLAGS_FOR_TARGET="$flags" export LDFLAGS="$ldflags" + ctags + test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags) + time nice "$configure" $target $targets $customss --enable-debug --disable-sim $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" + + errs2 + touch errs1.ok ) 2>&1|tee errs1 test -f errs1.ok -- 1.8.3.1