From: Johannes Schindelin Date: Fri, 7 Jul 2006 11:26:31 +0000 (+0200) Subject: Makefile: export NO_SVN_TESTS X-Git-Tag: v1.4.2-rc1~59^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=140245b3e2347aa37c4feead7c5f58df2d0b8833;p=git.git Makefile: export NO_SVN_TESTS Without this patch, it really is not sufficient to define NO_SVN_TESTS in config.mak or the Makefile. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index a0e90c012..cb83ebaf8 100644 --- a/Makefile +++ b/Makefile @@ -656,6 +656,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS # with that. export NO_PYTHON +export NO_SVN_TESTS test: all $(MAKE) -C t/ all