Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
build: do not install git-remote-testpy
author
Felipe Contreras
<felipe.contreras@gmail.com>
Sat, 25 May 2013 02:41:06 +0000
(21:41 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 26 May 2013 21:35:49 +0000
(14:35 -0700)
It's only meant for testing.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
4331ea8
)
diff --git
a/Makefile
b/Makefile
index ac7ab27d6633cba32d78d48437c98c1e2134923d..ff0f527b52ab84b2581e85e714e021d2c7ec8307 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-487,6
+487,8
@@
SCRIPT_PERL += git-svn.perl
SCRIPT_PYTHON += git-remote-testpy.py
SCRIPT_PYTHON += git-p4.py
+NO_INSTALL += git-remote-testpy
+
# Generated files for scripts
SCRIPT_SH_GEN = $(patsubst %.sh,%,$(SCRIPT_SH))
SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL))