1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-07 19:46:08 +02:00

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>
This commit is contained in:
Johannes Schindelin 2006-07-07 13:26:31 +02:00 committed by Junio C Hamano
parent 4b832e819d
commit 140245b3e2

View File

@ -656,6 +656,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS
# with that.
export NO_PYTHON
export NO_SVN_TESTS
test: all
$(MAKE) -C t/ all