summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-07-07 11:26:31 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-07 19:43:45 (GMT)
commit140245b3e2347aa37c4feead7c5f58df2d0b8833 (patch)
tree129ed887d76d689019f34594d64ca6af2917dcbf /Makefile
parent4b832e819de51bd2f32eb798cb648dc8d4064dbc (diff)
downloadgit-140245b3e2347aa37c4feead7c5f58df2d0b8833.zip
git-140245b3e2347aa37c4feead7c5f58df2d0b8833.tar.gz
git-140245b3e2347aa37c4feead7c5f58df2d0b8833.tar.bz2
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 <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0e90c0..cb83eba 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