summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:51:41 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-12-03 13:51:41 -0800
commit9c1506af6ae953f54e11ce6a326bf0cd21de2b67 (patch)
tree6640276dd50ccc31e4c8790166dfb1da39c36577 /Makefile
parentMerge branch 'mm/config-pathname-tilde-expand' into maint (diff)
parentMake sure $PERL_PATH is defined when the test suite is run. (diff)
downloadtgif-9c1506af6ae953f54e11ce6a326bf0cd21de2b67.tar.xz
Merge branch 'pb/maint-use-custom-perl' into maint
* 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 ed517b1a29..bbd4a8f580 100644
--- a/Makefile
+++ b/Makefile
@@ -1629,6 +1629,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)))'\' >>$@