author | Bryan Larsen <bryan@larsen.st> | |
Thu, 3 May 2007 22:58:56 +0000 (18:58 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 4 May 2007 05:36:32 +0000 (22:36 -0700) | ||
commit | 5318f69812b3a06326524852d965e6a79fa52f85 | |
tree | e7759d6d9cc10c56a744ff9ab45687ff232304a4 | tree | snapshot |
parent | 5094102e13640d7559a02fd7c77b44dc9254cbbb | commit | diff |
Allow PERL_PATH="/usr/bin/env perl"
There is a mechanism PERL_PATH in the Makefile to specify path to
Perl binary, but sometimes it is convenient to let 'env' figure
out where Perl comes from, with PERL_PATH="/usr/bin/env perl".
Allowing this would make things easier to MacPorts, where we wish
to work with the MacPorts perl if it is installed, but fall back
to the system perl if it isn't.
Signed-off-by: Bryan Larsen <bryan@larsen.st>
Signed-off-by: Junio C Hamano <junkio@cox.net>
There is a mechanism PERL_PATH in the Makefile to specify path to
Perl binary, but sometimes it is convenient to let 'env' figure
out where Perl comes from, with PERL_PATH="/usr/bin/env perl".
Allowing this would make things easier to MacPorts, where we wish
to work with the MacPorts perl if it is installed, but fall back
to the system perl if it isn't.
Signed-off-by: Bryan Larsen <bryan@larsen.st>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Makefile | diff | blob | history |