From 140245b3e2347aa37c4feead7c5f58df2d0b8833 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 7 Jul 2006 13:26:31 +0200 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2