In perl.git, the branch smoke-me/make_ext has been created
<http://perl5.git.perl.org/perl.git/commitdiff/cefe2fc8d8d41fd302843d0a056a258199f53104?hp=0000000000000000000000000000000000000000>
at cefe2fc8d8d41fd302843d0a056a258199f53104 (commit)
- Log -----------------------------------------------------------------
commit cefe2fc8d8d41fd302843d0a056a258199f53104
Author: Nicholas Clark <[email protected]>
Date: Sun Jun 3 22:05:58 2012 +0200
In make_ext.pl, inline _macroify_passthrough() into its only caller.
M make_ext.pl
commit d08d7badad8074af8070a0fe4e990cfbf45f2377
Author: Nicholas Clark <[email protected]>
Date: Sat Jun 2 12:17:29 2012 +0200
In make_ext.pl, only fudge the Makefile.PL timestamp when generating it.
The expedient fudge added by commit 23525070d6c0e51f was actually after the
closing } for the if block that auto-generated a Makefile.PL. Hence it was
*always* changing the timestamp on every Makefile.PL just before running it,
even the ones checked out from the repository. That seems a bit wrong.
M make_ext.pl
commit 9a66d94cb9a001ca7966f35dbf6d7090fddc7aec
Author: Nicholas Clark <[email protected]>
Date: Fri Apr 27 12:05:38 2012 +0200
make_ext.pl need not manipulate @INC, as buildcustomize.pl already does it.
Remove from make_ext.pl code that predates the introduction of
buildcustomize.pl, as that now sets up @INC correctly before make_ext.pl
even
runs. During the build process make_ext.pl is only run by miniperl.
M make_ext.pl
commit 3b7326fc6fae13258ec09f082175da32e0b10856
Author: Nicholas Clark <[email protected]>
Date: Fri Apr 27 13:05:26 2012 +0200
In make_ext.pl, move loading FindExt and Cwd into the Win32-only code.
As Cwd is now required instead of used and hence doesn't export, qualify
the calls to getcwd() with the package name.
M make_ext.pl
-----------------------------------------------------------------------
--
Perl5 Master Repository