diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-22 16:28:46 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-22 16:28:46 -0800 |
commit | 37e3b6104e8b795f70186c6d9138262a0bf5688e (patch) | |
tree | 7199f0c0848a58b6d813eb619f6c4b27e75291ba /Makefile | |
parent | eb2fc8f899a58eedc87e7e8ea0fdecdc2ba9f430 (diff) | |
parent | be38ca3d19be50be447e1c5952f53fa70bf21a1c (diff) | |
download | git-37e3b6104e8b795f70186c6d9138262a0bf5688e.tar.gz |
Merge branch 'pb/maint-use-custom-perl'
* pb/maint-use-custom-perl:
Make sure $PERL_PATH is defined when the test suite is run.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1669,6 +1669,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS # and the first level quoting from the shell that runs "echo". GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS @echo SHELL_PATH=\''$(subst ','\'',$(SHELL_PATH_SQ))'\' >$@ + @echo PERL_PATH=\''$(subst ','\'',$(PERL_PATH_SQ))'\' >>$@ @echo TAR=\''$(subst ','\'',$(subst ','\'',$(TAR)))'\' >>$@ @echo NO_CURL=\''$(subst ','\'',$(subst ','\'',$(NO_CURL)))'\' >>$@ @echo NO_PERL=\''$(subst ','\'',$(subst ','\'',$(NO_PERL)))'\' >>$@ |