From: Wayne Davison Date: Sat, 7 Oct 2006 14:54:56 +0000 (+0000) Subject: Moved some of the variable setup from "make check" into the X-Git-Tag: v2.6.9pre1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e88414e4e01e18eff080fc14f1359e37f5d99fe;p=thirdparty%2Frsync.git Moved some of the variable setup from "make check" into the runtest.sh script. --- diff --git a/Makefile.in b/Makefile.in index 11d1a74f..ecbb1b42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -143,7 +143,7 @@ test: check # might lose in the future where POSIX diverges from old sh. check: all $(CHECK_PROGS) - POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh wildtest.o: wildtest.c lib/wildmatch.c rsync.h wildtest$(EXEEXT): wildtest.o lib/compat.o