summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-25 02:41:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-26 21:35:49 (GMT)
commit416fda6917f05b456ae263cb7152892bdf96f47c (patch)
tree97295bc0183811cb20328c38fe608bce4c7bb56b /Makefile
parent4331ea8de2b3e76250e1eec88d568c00bb84f4da (diff)
downloadgit-416fda6917f05b456ae263cb7152892bdf96f47c.zip
git-416fda6917f05b456ae263cb7152892bdf96f47c.tar.gz
git-416fda6917f05b456ae263cb7152892bdf96f47c.tar.bz2
build: do not install git-remote-testpy
It's only meant for testing. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac7ab27..ff0f527 100644
--- 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))