[svn:parrot] r41191 - trunk

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 10 22:55:52 UTC 2009


Author: mikehh
Date: Thu Sep 10 22:55:51 2009
New Revision: 41191
URL: https://trac.parrot.org/parrot/changeset/41191

Log:
manifest_tests failure - run tools/devc/mk_manifets_and_skip.pl

Modified:
   trunk/MANIFEST.SKIP

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP	Thu Sep 10 22:39:51 2009	(r41190)
+++ trunk/MANIFEST.SKIP	Thu Sep 10 22:55:51 2009	(r41191)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Sep  7 21:02:37 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Sep 10 22:53:44 2009 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -677,6 +677,8 @@
 ^src/atomic/.*\.o$
 ^src/atomic/.*\.o/
 # generated from svn:ignore of 'src/call/'
+^src/call/.*\.o$
+^src/call/.*\.o/
 ^src/call/.*\.obj$
 ^src/call/.*\.obj/
 ^src/call/.*\.str$
@@ -795,6 +797,8 @@
 ^src/gc/Makefile$
 ^src/gc/Makefile/
 # generated from svn:ignore of 'src/interp/'
+^src/interp/.*\.o$
+^src/interp/.*\.o/
 ^src/interp/.*\.str$
 ^src/interp/.*\.str/
 # generated from svn:ignore of 'src/io/'
@@ -833,6 +837,13 @@
 ^src/pmc/.*\.tmp/
 ^src/pmc/Makefile$
 ^src/pmc/Makefile/
+# generated from svn:ignore of 'src/runcore/'
+^src/runcore/.*\.o$
+^src/runcore/.*\.o/
+^src/runcore/.*\.obj$
+^src/runcore/.*\.obj/
+^src/runcore/.*\.str$
+^src/runcore/.*\.str/
 # generated from svn:ignore of 'src/string/'
 ^src/string/.*\.o$
 ^src/string/.*\.o/


More information about the parrot-commits mailing list