in reply to Re^6: Make program used by Perl in windows
in thread Make program used by Perl in windows
Is it just a tradition or is it more?
Tradition is more :)
Targeting yet another variant of make seems like a spectacular waste of time :)
I wouldn't target gnu make, i'd target its replacement, makepp - Compatible but reliable and improved replacement for make, Or I would target http://www.bakefile.org/, and you automagically support everything and then some (I know, wishful thinking again )
Yes, I know. And ExtUtils::MakeMaker is also "doomed" by it's maintainer!
Seems you've missed the problem behind the punchline, have you actually watched read the slideshow? Or at minimum The Plea?
Schwerns point is, make is non-portable external tool, don't patch MakeMaker to work with another make or do something new, just extend Module::Build, switch your distributions to Module::Build
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Make program used by Perl in windows
by Corion (Patriarch) on May 02, 2012 at 08:08 UTC | |
by Anonymous Monk on May 02, 2012 at 09:39 UTC |