projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b832e8
)
Makefile: export NO_SVN_TESTS
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Fri, 7 Jul 2006 11:26:31 +0000
(13:26 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 7 Jul 2006 19:43:45 +0000
(12:43 -0700)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a0e90c012f9483123effe66bad790f585f16979a..cb83ebaf807ae0ed3cf5bc356e072269ec1685eb 100644
(file)
--- 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