Skip to content

Commit

Permalink
rebuild script for rakudo jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 8, 2013
1 parent ed7a1ff commit 59088e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build-scripts/rebuild-rakudo-jvm.sh
@@ -0,0 +1,15 @@
#!/bin/sh
cd
set -e
echo -e "\n\nNew rakudo-jvm build"
PREFIX=$HOME/rakudo-jvm
date
cd jvm-rakudo
git fetch origin
if ! diff .git/refs/remotes/origin/nom .git/refs/heads/nom
then
git pull
perl ConfigureJVM.pl --gen-nqp --prefix=$PREFIX
make install && git rev-parse HEAD | cut -b 1,2,3,4,5,6 > $PREFIX/revision
fi
cd ..

0 comments on commit 59088e0

Please sign in to comment.