[svn:parrot] r36657 - branches/update_pod/config/gen/makefiles

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Feb 13 03:01:05 UTC 2009


Author: jkeenan
Date: Fri Feb 13 03:01:04 2009
New Revision: 36657
URL: https://trac.parrot.org/parrot/changeset/36657

Log:
Add '.pod_examinable.sto' to target 'test-clean'.

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

Modified: branches/update_pod/config/gen/makefiles/root.in
==============================================================================
--- branches/update_pod/config/gen/makefiles/root.in	Fri Feb 13 02:35:34 2009	(r36656)
+++ branches/update_pod/config/gen/makefiles/root.in	Fri Feb 13 03:01:04 2009	(r36657)
@@ -1716,7 +1716,8 @@
      "test$(EXE)" \
      "test.*"
 	$(RM_F) \
-     "parrot_test_run.tar.gz"
+     "parrot_test_run.tar.gz" \
+	 ".pod_examinable.sto"
 
 imcc-clean:
 	$(RM_F) \


More information about the parrot-commits mailing list