In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d7923bfe5a86735e6c2c5d192d5aa1bfbca23cf1?hp=2ee5986a7dc841b9a864466ba4d2bb9b6dd98ccc>

- Log -----------------------------------------------------------------
commit d7923bfe5a86735e6c2c5d192d5aa1bfbca23cf1
Author: Ævar Arnfjörð Bjarmason <a...@cpan.org>
Date:   Tue Apr 13 11:46:48 2010 +0200

    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.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlrepository.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index 30d2cc2..65a9bef 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=$?

--
Perl5 Master Repository

Reply via email to