From: jkratoch <> Date: Wed, 16 Dec 2009 16:57:39 +0000 (+0000) Subject: +--with-separate-debug-dir=/usr/lib/debug X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=19f61c3ab1e3012983c24037dac39ba38721633e +--with-separate-debug-dir=/usr/lib/debug --- diff --git a/bin/errs1 b/bin/errs1 index 9cf807a..43cda29 100755 --- a/bin/errs1 +++ b/bin/errs1 @@ -119,7 +119,7 @@ rm -f errs1.ok export CXXFLAGS_FOR_TARGET="$flags" export LDFLAGS="$ldflags" - time nice "$configure" $target $targets $customss --enable-debug --disable-sim $maintainer $werror "$@" + time nice "$configure" $target $targets $customss --enable-debug --disable-sim $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" touch errs1.ok ) 2>&1|tee errs1 test -f errs1.ok