# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #122650]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122650 >


$ touch src/core/IO.pm
$ make -j3
/Users/williamcoleda/perl6/bin/nqp-m tools/build/gen-cat.nqp moar -f
tools/build/moar_core_sources > src/gen/m-CORE.setting
/opt/local/bin/perl5.16 -MExtUtils::Command -e rm_f perl6
/opt/local/bin/perl5.16 -MExtUtils::Command -e cp perl6-m perl6
/opt/local/bin/perl5.16 -MExtUtils::Command -e chmod 755 perl6
The following step can take a long time, please be patient.
/Users/williamcoleda/perl6/bin/moar
--libpath="/Users/williamcoleda/perl6/languages/nqp/lib" perl6.moarvm
--setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats
--output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start      :   0.000
Stage parse      :  29.488
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :   2.504
Stage mast       :   9.085
Stage mbc        :   0.178
/Users/williamcoleda/perl6/bin/moar
--libpath="/Users/williamcoleda/perl6/languages/nqp/lib" perl6.moarvm
--target=mbc --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
./perl6-m --target=mbc --output=lib/Test.pm.moarvm lib/Test.pm
./perl6-m --target=mbc --output=lib/lib.pm6.moarvm lib/lib.pm6
./perl6-m --target=mbc --output=lib/Pod/To/Text.pm.moarvm lib/Pod/To/Text.pm


Note that with a || build, the task for creating ./perl6 is run
immediately, even though the sources are out of date.



-- 
Will "Coke" Coleda

Reply via email to