diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2016-01-26 05:24:07 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-01-27 14:29:04 +1100 |
commit | 8e925de9eafe936a6c26a2b646ef06fde25a963f (patch) | |
tree | d9dfc19a852f3db4af154fdda6da11cca3a73343 /toke.c | |
parent | f3c6f22e7318c8711613a58d4b041922a6465567 (diff) | |
download | perl-8e925de9eafe936a6c26a2b646ef06fde25a963f.tar.gz |
fix a race condition in parallel builds with Visual C
On older VCs a "gmake -j2 ..\generate_uudmap.exe ..\perlglob.exe" will
generate warnings, on newer VCs, a fatal error in 1 or the other cl.exe
process. This is because both cl.exes are trying to lock and write to
vc*0.pdb, the same file. Add PDBOUT option so uudmap and perlglob have
their own pdb files named after themselves and they cant conflict in a
parallel build.
Diffstat (limited to 'toke.c')
0 files changed, 0 insertions, 0 deletions