Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add nqp-jvm target
  • Loading branch information
sergeyromanov committed Aug 11, 2013
1 parent 692b905 commit d454513
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build-scripts/rebuild-nqp-jvm.sh
@@ -0,0 +1,23 @@
#!/bin/sh
export PATH=/home/p6eval/nqp-jvm/nqp/install/bin:/home/p6eval/nqp-jvm/jdk1.7.0/bin:/home/p6eval/nqp-jvm/jdk1.7.0/jre/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
cd
set -e
echo -e "\n\nNew nqp-jvm build"
date
cd nqp-jvm/nqp
git fetch origin
if ! diff .git/refs/remotes/origin/master .git/refs/heads/master
then
git pull
perl Configure.pl --gen-parrot
make install
fi
cd ..
git fetch origin
if ! diff .git/refs/remotes/origin/master .git/refs/heads/master
then
git pull
make clean
make
fi

1 change: 1 addition & 0 deletions sync.pl
Expand Up @@ -12,6 +12,7 @@
std => [qw!std/snap/ std/snap/!],
star => [qw/star/, ''],
pugs => [qw/.cabal Pugs.hs/, ''],
'nqp-jvm' => [qw/nqp-jvm/, ''],
);

if ($dirs{$sync}) {
Expand Down

0 comments on commit d454513

Please sign in to comment.