summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-04-13 11:46:48 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-13 11:46:48 +0200
commitd7923bfe5a86735e6c2c5d192d5aa1bfbca23cf1 (patch)
tree41b20fa235fc69fe5ceba238fd84381191097342 /pod/perlrepository.pod
parent2ee5986a7dc841b9a864466ba4d2bb9b6dd98ccc (diff)
downloadperl-d7923bfe5a86735e6c2c5d192d5aa1bfbca23cf1.tar.gz
When your bisect starts to go into perl-5.9.* territory `make -j4'
fails on Config.pm due to some race condition. This'll turn what would otherwise be a bad/good report into skip.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index 30d2cc2d3d..65a9bef3fc 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -653,7 +653,7 @@ testcase:
# Correct makefile for newer GNU gcc
perl -ni -we 'print unless /<(?:built-in|command)/' makefile x2p/makefile
# if you just need miniperl, replace test_prep with miniperl
- make -j4 test_prep
+ make test_prep
[ -x ./perl ] || exit 125
./perl -Ilib ~/testcase.pl
ret=$?