Skip to content

Commit db89973

Browse files
committed
rakudo build should honor sub-locks for moar, jvm
1 parent d3534eb commit db89973

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build-scripts/rebuild-rakudo.pl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env perl
22

3-
my $loc = $0;
4-
$loc =~ s/\.pl$//;
5-
system "$loc-moar.pl", @ARGV;
6-
system "$loc-jvm.pl", @ARGV;
3+
system './build.pl rakudo-moar';
4+
system './build.pl rakudo-jvm';

0 commit comments

Comments
 (0)