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: https://git.lorimer.id.au/gitweb.git/diff_plain/140245b3e2347aa37c4feead7c5f58df2d0b8833?hp=--cc 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 --- 140245b3e2347aa37c4feead7c5f58df2d0b8833 diff --git a/Makefile b/Makefile index a0e90c012f..cb83ebaf80 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