git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Extra checks for PERL_PATH and SHELL_PATH?
@ 2009-10-20  3:50 Matt Kraai
  2009-10-20  6:36 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Kraai @ 2009-10-20  3:50 UTC (permalink / raw)
  To: git

Hi,

The top-level Makefile currently contains

> ifndef SHELL_PATH
> 	SHELL_PATH = /bin/sh
> endif
> ifndef PERL_PATH
> 	PERL_PATH = /usr/bin/perl
> endif

The checks are only necessary if these variables need to be overridden
by environment variables, not just via the make command line.  Is this
the case?

-- 
Matt Kraai                                           http://ftbfs.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-20 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20  3:50 Extra checks for PERL_PATH and SHELL_PATH? Matt Kraai
2009-10-20  6:36 ` Junio C Hamano
2009-10-20  9:06   ` [PATCH] Makefile: set PERL_PATH and SHELL_PATH unconditionally Matt Kraai
2009-10-20 16:18     ` Junio C Hamano
2009-10-20 16:33       ` Matt Kraai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).