Skip to content

Commit

Permalink
add some more rebuild scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 14, 2010
1 parent 0526c90 commit f488637
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rebuild-nqp-rx.sh
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo -e "\n\nNew nqp-rx build"
date
cd nqp-rx
git pull
perl Configure.pl --gen-parrot
make
7 changes: 7 additions & 0 deletions update-niecza.sh
@@ -0,0 +1,7 @@
#!/bin/sh
PATH=$PATH:/usr/local/bin
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
echo "updating niecza"
cd ~/niecza/
git pull
xbuild
9 changes: 9 additions & 0 deletions update-partcl-nqp.sh
@@ -0,0 +1,9 @@
#!/bin/sh
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
echo
echo "updating partcl-nqp"
date
cd ~/partcl-nqp/
git pull
perl Configure.pl --gen-parrot
make -j3

0 comments on commit f488637

Please sign in to comment.