diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-07-07 13:26:31 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-07 12:43:45 -0700 |
commit | 140245b3e2347aa37c4feead7c5f58df2d0b8833 (patch) | |
tree | 129ed887d76d689019f34594d64ca6af2917dcbf | |
parent | 4b832e819de51bd2f32eb798cb648dc8d4064dbc (diff) | |
download | git-140245b3e2347aa37c4feead7c5f58df2d0b8833.tar.gz git-140245b3e2347aa37c4feead7c5f58df2d0b8833.tar.xz |
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>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -656,6 +656,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS # with that. export NO_PYTHON +export NO_SVN_TESTS test: all $(MAKE) -C t/ all |