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>
This commit is contained in:

committed by
Junio C Hamano

parent
4331ea8de2
commit
416fda6917
2
Makefile
2
Makefile
@ -487,6 +487,8 @@ SCRIPT_PERL += git-svn.perl
|
|||||||
SCRIPT_PYTHON += git-remote-testpy.py
|
SCRIPT_PYTHON += git-remote-testpy.py
|
||||||
SCRIPT_PYTHON += git-p4.py
|
SCRIPT_PYTHON += git-p4.py
|
||||||
|
|
||||||
|
NO_INSTALL += git-remote-testpy
|
||||||
|
|
||||||
# Generated files for scripts
|
# Generated files for scripts
|
||||||
SCRIPT_SH_GEN = $(patsubst %.sh,%,$(SCRIPT_SH))
|
SCRIPT_SH_GEN = $(patsubst %.sh,%,$(SCRIPT_SH))
|
||||||
SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL))
|
SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL))
|
||||||
|
Reference in New Issue
Block a user