Re: Moving MakeMaker into git, how to do it?
[email protected] (Rafael Garcia-Suarez)
| Newsgroups | perl.perl5.porters,perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
2009/2/24 Michael G Schwern <[email protected]>: > Rafael Garcia-Suarez wrote: >>> I see two strategies: >>> >>> 1) Copy ext/ExtUtils-MakeMaker/lib/ into lib/ at some point early in the build >>> process. >>> >>> 2) Jigger the ext/ build process so MakeMaker gets built first and installed >>> into lib/ >> >> The first option looks more feasible, since the copying into lib is done >> via Makemaker-generated makefiles anyway. (IIRC) > > This should be all that is necessary: > > cp -r ext/ExtUtils-MakeMaker/lib/* lib/ On Unixes, yes, mostly (modulo timestamps and permissions, and whatever ExtUtils::Install does).