From: Felipe Contreras Date: Sat, 25 May 2013 02:41:06 +0000 (-0500) Subject: build: do not install git-remote-testpy X-Git-Tag: v1.8.4-rc0~212^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=416fda6;p=thirdparty%2Fgit.git build: do not install git-remote-testpy It's only meant for testing. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index ac7ab27d66..ff0f527b52 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))