Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use parrot-latest, not parrot-recommended
  • Loading branch information
coke committed May 16, 2014
1 parent 86b7004 commit f71fdf1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/star.sh
Expand Up @@ -13,11 +13,10 @@ rm -rf star
git clone $REPO_DIR/star.git
cd star

# get the latest everything

# get skeleton - don't use the default target, since we are building
# nqp-latest and rakudo-latest. (but keeping the defined version of parrot)

make -f tools/star/Makefile parrot
git clone $REPO_DIR/parrot.git
(cd parrot && git describe --tags > VERSION)
git clone $REPO_DIR/nqp.git
(cd nqp && git ls-files > MANIFEST; git describe > VERSION)
git clone $REPO_DIR/rakudo.git
Expand Down

0 comments on commit f71fdf1

Please sign in to comment.