[svn:parrot] r44483 - in branches/rm_cflags: . compilers/imcc config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Thu Feb 25 23:59:55 UTC 2010


Author: coke
Date: Thu Feb 25 23:59:54 2010
New Revision: 44483
URL: https://trac.parrot.org/parrot/changeset/44483

Log:
Ignore this new generated makefile file and remove it on realclean.

Modified:
   branches/rm_cflags/MANIFEST.SKIP
   branches/rm_cflags/compilers/imcc/   (props changed)
   branches/rm_cflags/config/gen/makefiles/root.in

Modified: branches/rm_cflags/MANIFEST.SKIP
==============================================================================
--- branches/rm_cflags/MANIFEST.SKIP	Thu Feb 25 23:53:26 2010	(r44482)
+++ branches/rm_cflags/MANIFEST.SKIP	Thu Feb 25 23:59:54 2010	(r44483)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sun Feb 21 04:27:37 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Feb 25 23:56:41 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -174,6 +174,8 @@
 ^compilers/imcc/.*\.tmp/
 ^compilers/imcc/CFLAGS$
 ^compilers/imcc/CFLAGS/
+^compilers/imcc/Rules\.mak$
+^compilers/imcc/Rules\.mak/
 ^compilers/imcc/imcc$
 ^compilers/imcc/imcc/
 ^compilers/imcc/imclexer\.c$

Modified: branches/rm_cflags/config/gen/makefiles/root.in
==============================================================================
--- branches/rm_cflags/config/gen/makefiles/root.in	Thu Feb 25 23:53:26 2010	(r44482)
+++ branches/rm_cflags/config/gen/makefiles/root.in	Thu Feb 25 23:59:54 2010	(r44483)
@@ -142,7 +142,8 @@
     editor/Makefile \
     ext/Makefile \
     src/dynoplibs/Makefile \
-    src/dynpmc/Makefile
+    src/dynpmc/Makefile \
+    compilers/imcc/Rules.mak
 
 GEN_CONFIGS = \
     $(INC_DIR)/config.h \


More information about the parrot-commits mailing list