Re: ExtUtils::MakeMaker wrongly sets MAKE
[email protected] (Joshua ben Jore) Mon, 16 Aug 2010 13:08:05 -0700
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 14, 2010 at 4:18 PM, Daniel Pfeiffer <[email protected]> wrote: > From your doc: > MAKE ... Defaults to $Config{make}. > > It should default to not being changed, so as to allow the user to choose > which make he wants to use. Essentially you preclude Perl's own > makepp.sourceforge.net from building subdirectories configured by MakeMaker About $Config{gmake} and not $Config{make}, Just FYI, Perl is apparently buggy in that it will set $Config{gmake} even when there isn't an appropriate thing there. Tools like EU::MM must be able to handle a Perl %Config that lies a little because unfortunately, Perl's %Config lies a little. Josh