Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Configure.pl --gen-moar puts a moarvm under nqp/MoarVM, not moarvm.
  • Loading branch information
Timo Paulssen committed Jul 11, 2014
1 parent ffb12fc commit d8d5301
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components.json
Expand Up @@ -18,8 +18,8 @@
"release_tags": "^ 20\\d\\d \\D \\d\\d [\\.\\d+]? $",
"build_steps": [
[ "make", "realclean" ],
[ "rm", "-rf", "install", "moarvm" ],
[ "git", "clone", "-l", "../../moarvm/moarvm.git" ],
[ "rm", "-rf", "install", "MoarVM" ],
[ "git", "clone", "-l", "../../moarvm/moarvm.git", "MoarVM" ],
[ "perl", "Configure.pl", "--backends=moar", "--gen-moar" ],
[ "make" ],
[ "make", "install" ]
Expand Down Expand Up @@ -101,9 +101,9 @@
"build_steps": [
[ "make", "realclean" ],
[ "git", "clean", "-dxf" ],
[ "rm", "-rf", "install", "nqp", "moarvm" ],
[ "git", "clone", "-l", "../../moarvm/moarvm.git" ],
[ "rm", "-rf", "install", "nqp" ],
[ "git", "clone", "-l", "../../nqp-moar/nqp-moar.git", "nqp" ],
[ "git", "clone", "-l", "../../moarvm/moarvm.git", "nqp/MoarVM" ],
[ "perl", "Configure.pl", "--backends=moar", "--gen-moar" ],
[ "make" ],
[ "make", "install" ]
Expand Down

0 comments on commit d8d5301

Please sign in to comment.