summaryrefslogtreecommitdiff
path: root/write_buildcustomize.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-14 20:36:36 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-15 14:10:05 +0000
commit7353f64c5bca6e7102582a1e0017c850930249c3 (patch)
tree775c3f14fedba90c1dea85e06b108b1c44fec90a /write_buildcustomize.pl
parent5e4c4c91bd52a48de59520d5e9b4e3478e49c613 (diff)
downloadperl-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.pl1
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()