diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-14 20:36:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-15 14:10:05 +0000 |
commit | 7353f64c5bca6e7102582a1e0017c850930249c3 (patch) | |
tree | 775c3f14fedba90c1dea85e06b108b1c44fec90a /write_buildcustomize.pl | |
parent | 5e4c4c91bd52a48de59520d5e9b4e3478e49c613 (diff) | |
download | perl-7353f64c5bca6e7102582a1e0017c850930249c3.tar.gz |
Add ext/re/re.pm to the @INC set for miniperl by lib/buildcustomize.pl
This avoids a build-time race condition where lib/re.pm might be read midway
through the *second* copy of it (when ext/re/Makefile is being run). It also
simplifies many [Mm]akefile* rules, which previously had a special case to
copy it early.
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 7d7589645d..0508e27226 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -24,6 +24,7 @@ my @toolchain = qw(cpan/AutoLoader/lib cpan/ExtUtils-MakeMaker/lib dist/ExtUtils-Manifest/lib cpan/File-Path/lib + ext/re ); # Used only in ExtUtils::Liblist::Kid::_win32_ext() |