# New Ticket Created by  Patrick R. Michaud 
# Please include the string:  [perl #41214]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41214 >


Executing 'make languages-test' seems to generate some files
that aren't removed by a subsequent 'make clean' or 'make realclean'.

1. Fresh parrot checkout
2. perl Configure.pl
3. make
4. make languages-test

Performing 'make clean' results in:

~/parrot/trunk> svn status
?      file.out
?      output.new
?      file.txt
?      languages/external.dll
?      languages/t.pbc
?      languages/t.dll

Performing 'make realclean' results in:

~/parrot/trunk> svn status
?      file.out
?      output.new
?      file.txt
?      languages/external.dll
?      languages/t.pbc
?      languages/t.dll


At minimum, the 'make clean' target should clean up these files.

Still better would be for the files to be created in the
language's specific directory, instead of the build root or
languages/ directory.  

(Perhaps more better would be for the test program(s) to clean up 
the temporary files when the test is finished.  :-)

Thanks!

Pm

Reply via email to