id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1070,building parrot with the make -j option fails after r41514,mikehh,coke,"jrtayloriv reported this in a comment to re-opened ticket TT #231.

In essence building parrot with the -j option (-j2 by jrtayloriv) results in a make failure as when make tries to build nqp it requires that the parrot executable has been built already and as it tries to do this before it has been completed the make fails.

The relevant lines from make are as follows:
{{{
./parrot -o compilers/nqp/nqp.pbc compilers/nqp/nqp.pir
make: ./parrot: Command not found
make: *** [compilers/nqp/nqp.pbc] Error 127
make: *** Waiting for unfinished jobs....

}}}
",bug,closed,normal,,none,trunk,medium,fixed,,,,,
