Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
diakopter committed Oct 14, 2013
1 parent 7dcdc0e commit e2559d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-scripts/rebuild-nqp-moarvm.sh
@@ -0,0 +1,10 @@
#!/bin/sh
cd
set -e
echo -e "\n\nNew nqp-moarvm build"
date
cd MoarVM
git pull
perl Configure.pl --optimize --prefix=../nqp-moarvm/install && make CGOTO=1 install
cd ../nqp-moarvm/nqp
perl ConfigureMoar.pl --prefix=../install && make install

0 comments on commit e2559d7

Please sign in to comment.