[svn:parrot] r46594 - branches/ops_pct/config/gen/makefiles

darbelo at svn.parrot.org darbelo at svn.parrot.org
Thu May 13 23:51:58 UTC 2010


Author: darbelo
Date: Thu May 13 23:51:58 2010
New Revision: 46594
URL: https://trac.parrot.org/parrot/changeset/46594

Log:
Make the cleanup rules for t/compilers* a bit more specific to avoid deleting we don't want deleted.

Modified:
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Thu May 13 18:19:14 2010	(r46593)
+++ branches/ops_pct/config/gen/makefiles/root.in	Thu May 13 23:51:58 2010	(r46594)
@@ -1925,20 +1925,14 @@
 # XXX Is there a danger of too long command lines in the $(RM_F) commands,
 # or is there an automatic xargs?
 test-clean :
-	$(RM_F) \
-    "t/compilers/*/*.out" \
-    "t/compilers/*/*.pasm" \
-    "t/compilers/*/*.pbc" \
-    "t/compilers/*/*_pbcexe*" \
-    "t/compilers/*/*.pir" \
-    "t/compilers/*/*.stabs.s"
-	$(RM_F) \
-    "t/compilers/*/*/*.out" \
-    "t/compilers/*/*/*.pasm" \
-    "t/compilers/*/*/*.pbc" \
-    "t/compilers/*/*/*_pbcexe*" \
-    "t/compilers/*/*/*.pir" \
-    "t/compilers/*/*/*.stabs.s"
+	$(RM_F) t/compilers/data_json/*.pir
+	$(RM_F) t/compilers/imcc/imcpasm/*.pir
+	$(RM_F) t/compilers/imcc/syn/*.pir t/compilers/imcc/syn/*.pasm
+	$(RM_F) t/compilers/imcc/reg/*.pir t/compilers/imcc/reg/*.pasm
+	$(RM_F) t/compilers/pct/*.pir
+	$(RM_F) t/compilers/pge/perl6regex/*.pir
+	$(RM_F) t/compilers/pge/*.pir
+	$(RM_F) t/compilers/tge/*.pir
 	$(RM_F) \
     "t/*/*$(O)" \
     "t/*/*.out" \


More information about the parrot-commits mailing list