# New Ticket Created by James Keenan # Please include the string: [perl #47892] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47892 >
Attempting 'make realclean' tonight in 2 different sandboxes, both pointing to trunk, both on Linux, I got the following output: make -C compilers/tge clean make[1]: Entering directory `/home/jimk/work/parrot/compilers/tge' /usr/local/bin/perl -MExtUtils::Command -e rm_rf "../../t/compilers/tge/*.pir" /usr/local/bin/perl -MExtUtils::Command -e rm_rf TGE.pbc \ TGE/Rule.pbc \ TGE/Parser.pir \ TGE/Parser.pbc \ TGE/Tree.pbc \ TGE/Grammar.pbc \ TGE/Compiler.pbc \ ../../runtime/parrot/library/TGE.pbc make[1]: Leaving directory `/home/jimk/work/parrot/compilers/tge' make -C compilers/nqp clean make[1]: Entering directory `/home/jimk/work/parrot/compilers/nqp' make[1]: *** No rule to make target `clean'. Stop. make[1]: Leaving directory `/home/jimk/work/parrot/compilers/nqp' make: *** [compilers-clean] Error 2 This appears to be very similar to the problem handled in http://rt.perl.org/rt3/Ticket/Display.html?id=47792, only now the error is associated with nqp rather than dotnet. The problem appears to have appeared within the last 24 hours. kid51