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 /Makefile | |
parent | git-svn: migrate out of contrib (follow-up) (diff) | |
download | tgif-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>
Diffstat (limited to 'Makefile')
-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 |