fetish->coreutils in compilation command.

This commit is contained in:
Paul Eggert 2005-04-18 23:31:22 +00:00
parent 93e5749eea
commit d1f3b4fe16

View File

@ -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"