Skip to content

Commit

Permalink
Update rakudo-jvm build steps to current procedure as of 2013-08-18
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Aug 19, 2013
1 parent 3191de6 commit 06d0b53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components.json
Expand Up @@ -96,12 +96,13 @@
"repo_url": "git://github.com/rakudo/rakudo.git",
"release_tags": "^ 20\\d\\d \\D \\d\\d [\\.\\d+]? $",
"build_steps": [
[ "make", "realclean" ],
[ "git", "clean", "-dxf" ],
[ "rm", "-rf", "install", "nqp", "parrot" ],
[ "rm", "-rf", "install-jvm", "nqp" ],
[ "git", "clone", "-l", "../../nqp/nqp.git" ],
" cd nqp && perl ConfigureJVM.pl && make && make install ",
[ "perl", "ConfigureJVM.pl", "--with-nqp=nqp/install/nqp" ],
[ "make" ]
[ "perl", "ConfigureJVM.pl", "--gen-nqp" ],
[ "make" ],
[ "make", "install" ]
]
}
}

0 comments on commit 06d0b53

Please sign in to comment.