Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moar hoist
  • Loading branch information
coke committed Jun 21, 2015
1 parent 5c66c05 commit 8c1f8e4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bin/rakudo.moar.sh
Expand Up @@ -3,12 +3,13 @@
# default to sysperl
PATH=/usr/local/bin:$PATH

rm -rf rakudo.moar
git clone repos/rakudo.git rakudo.moar
git clone repos/nqp.git rakudo.moar/nqp
git clone repos/MoarVM.git rakudo.moar/nqp/MoarVM
git clone repos/roast.git rakudo.moar/t/spec
cd rakudo.moar
WORKDIR=rakudo.moar
rm -rf $WORKDIR
git clone repos/rakudo.git $WORKDIR
git clone repos/nqp.git $WORKDIR/nqp
git clone repos/MoarVM.git $WORKDIR/nqp/MoarVM
git clone repos/roast.git $WORKDIR/t/spec
cd $WORKDIR
perl Configure.pl --gen-moar --gen-nqp --backends=moar --moar-option=--no-jit
make -j all

Expand Down

0 comments on commit 8c1f8e4

Please sign in to comment.