commit | 140245b3e2347aa37c4feead7c5f58df2d0b8833 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Fri Jul 07 13:26:31 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Fri Jul 07 12:43:45 2006 -0700 |
tree | 129ed887d76d689019f34594d64ca6af2917dcbf | |
parent | 4b832e819de51bd2f32eb798cb648dc8d4064dbc [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index a0e90c0..cb83eba 100644 --- a/Makefile +++ b/Makefile
@@ -656,6 +656,7 @@ # with that. export NO_PYTHON +export NO_SVN_TESTS test: all $(MAKE) -C t/ all