Author: leo
Date: Sun Jan  8 05:30:50 2006
New Revision: 10984

Modified:
   trunk/config/gen/makefiles/pge.in
Log:
clean more pge test files

Modified: trunk/config/gen/makefiles/pge.in
==============================================================================
--- trunk/config/gen/makefiles/pge.in   (original)
+++ trunk/config/gen/makefiles/pge.in   Sun Jan  8 05:30:50 2006
@@ -47,6 +47,11 @@ testclean:
        $(RM_RF) "../../t/compilers/pge/*.pir" \
            "../../t/compilers/pge/p5regexp/*.pir" \
            "../../t/compilers/pge/p6rules/*.pir"
+       $(RM_RF) "../../t/compilers/pge/*.pbc" \
+           "../../t/compilers/pge/p5regexp/*.pbc" \
+           "../../t/compilers/pge/p6rules/*.pbc"
+       $(RM_RF) "../../t/p6rules/*.pir" 
+       $(RM_RF) "../../t/p6rules/*.pbc" 
 
 clean: testclean
        $(RM_RF) PGE.pbc $(PARROT_LIBRARY)${slash}PGE.pbc PGE/Library.pir

Reply via email to