Author: bernhard
Date: Tue Apr  1 10:14:43 2008
New Revision: 26692

Modified:
   trunk/MANIFEST.SKIP
   trunk/config/gen/makefiles/root.in
   trunk/src/   (props changed)

Log:
Let svn ignore the generated, that is copied, file exec_dep.c.
Clean up exec_dep.c


Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Tue Apr  1 10:14:43 2008
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Mar 31 15:03:15 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Apr  1 17:12:46 2008 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -1469,6 +1469,8 @@
 ^src/core_pmcs\.c/
 ^src/exec_cpu\.c$
 ^src/exec_cpu\.c/
+^src/exec_dep\.c$
+^src/exec_dep\.c/
 ^src/exec_dep\.h$
 ^src/exec_dep\.h/
 ^src/extend_vtable\.c$

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Tue Apr  1 10:14:43 2008
@@ -194,6 +194,7 @@
     $(INC_DIR)/has_header.h \
     $(INC_DIR)/feature.h \
     $(INC_DIR)/core_pmcs.h \
+    $(SRC_DIR)/exec_dep.c \
     $(SRC_DIR)/exec_dep.h \
     lib/Parrot/Config/Generated.pm \
     lib/Parrot/PMC.pm \

Reply via email to