This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee5986
)
When your bisect starts to go into perl-5.9.* territory `make -j4'
author
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Tue, 13 Apr 2010 09:46:48 +0000
(11:46 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Tue, 13 Apr 2010 09:46:48 +0000
(11:46 +0200)
fails on Config.pm due to some race condition. This'll turn what would
otherwise be a bad/good report into skip.
pod/perlrepository.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrepository.pod
b/pod/perlrepository.pod
index
30d2cc2
..
65a9bef
100644
(file)
--- 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=$?