On Wed, 12 Dec 2001, Dan Sugalski wrote: > At 10:31 AM 12/12/2001 -0500, Andy Dougherty wrote: > >Most 'makes' do set $(MAKE), but not all of them. I seem to recall that > >some of the SystemV-derived ones don't. (Such systems are very poorly > >represented on p5p, let alone p6i, so reliable information may be very > >hard to come by.) > > At the moment I'm cheating. Config.pm has the make name in it, so...
Yes, that's cheating. The 'make' value in Config.pm is set to a plain 'make' on any system that runs perl5's Configure, and is not intended to be useful after Configure is done running. See perldoc Config and look up the 'make' entry. You can usually get away with this cheat, but it definitely falls apart sometimes when someone fires off a parallel make. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042