diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:51:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:51:41 -0800 |
commit | 9c1506af6ae953f54e11ce6a326bf0cd21de2b67 (patch) | |
tree | 6640276dd50ccc31e4c8790166dfb1da39c36577 /Makefile | |
parent | Merge branch 'mm/config-pathname-tilde-expand' into maint (diff) | |
parent | Make sure $PERL_PATH is defined when the test suite is run. (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)))'\' >>$@ |