Skip to content

Commit

Permalink
[nom rebuild] switch to much simpler rebuild script
Browse files Browse the repository at this point in the history
since building and running happens on two different machines, rsync provides
snapshotting semantics for us. No need to keep two separate install locations
anymore
  • Loading branch information
moritz committed Aug 2, 2012
1 parent cf3cbb9 commit 6d61bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
46 changes: 0 additions & 46 deletions build-scripts/rebuild-nom.pl

This file was deleted.

4 changes: 4 additions & 0 deletions build-scripts/rebuild-nom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd ~/nom
git pull
make install || perl Configure.pl --gen-parrot --prefix=$HOME/nom-inst && make install && git rev-parse HEAD | cut -d '' -b 1-6 > $HOME/nom-inst/rakudo-revision

0 comments on commit 6d61bd8

Please sign in to comment.