From aef4d8f4ab5eac1ff2f2e2b7f311c66e7e7aa424 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Wed, 1 Sep 2010 08:33:44 +0000 Subject: [PATCH] Fix the ctags execution. --- bin/errs12 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/errs12 b/bin/errs12 index de5912d..b78652b 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -3,6 +3,10 @@ renice +19 -p $$; ionice -c3 -p $$ +# For ctags +PS1=x +. ~/.bashrc + customss="--enable-static --disable-shared" customm="-m64" target= @@ -119,11 +123,10 @@ 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 "$@" + (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) & + errs2 touch errs1.ok -- 1.8.3.1