summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-23 00:28:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-23 00:28:46 (GMT)
commit37e3b6104e8b795f70186c6d9138262a0bf5688e (patch)
tree7199f0c0848a58b6d813eb619f6c4b27e75291ba /Makefile
parenteb2fc8f899a58eedc87e7e8ea0fdecdc2ba9f430 (diff)
parentbe38ca3d19be50be447e1c5952f53fa70bf21a1c (diff)
downloadgit-37e3b6104e8b795f70186c6d9138262a0bf5688e.zip
git-37e3b6104e8b795f70186c6d9138262a0bf5688e.tar.gz
git-37e3b6104e8b795f70186c6d9138262a0bf5688e.tar.bz2
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abb7a74..25a9771 100644
--- a/Makefile
+++ b/Makefile
@@ -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)))'\' >>$@