From: Paul Eggert Date: Mon, 18 Apr 2005 23:31:22 +0000 (+0000) Subject: fetish->coreutils in compilation command. X-Git-Tag: CPPI-1_12~976 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1f3b4fe1671fafad8f0cd174f7822a203ac7e4a;p=thirdparty%2Fcoreutils.git fetish->coreutils in compilation command. --- diff --git a/lib/t-chdir-long b/lib/t-chdir-long index bf0381c148..1f9a83cfb3 100755 --- a/lib/t-chdir-long +++ b/lib/t-chdir-long @@ -4,7 +4,8 @@ # temporary directories are easier to remove. # FIXME: don't clobber a.out -gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall chdir-long.c libfetish.a +gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall \ + chdir-long.c libcoreutils.a vg='valgrind --track-fds=yes --leak-check=yes --quiet --num-callers=9' vg="$vg --leak-resolution=high"