[svn:parrot] r41403 - trunk/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Sep 22 10:09:01 UTC 2009


Author: mikehh
Date: Tue Sep 22 10:08:57 2009
New Revision: 41403
URL: https://trac.parrot.org/parrot/changeset/41403

Log:
fix some build and clean problems with make cover

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Sep 22 02:30:21 2009	(r41402)
+++ trunk/config/gen/makefiles/root.in	Tue Sep 22 10:08:57 2009	(r41403)
@@ -1753,6 +1753,7 @@
     $(CONFIGURE_GENERATED_FILES) \
     blib \
     cover_db
+	$(RM_F) $(BUILD_DIR)/*.gc??
 
 distclean : realclean
 
@@ -2015,15 +2016,19 @@
 COVER_FLAGS := -fprofile-arcs -ftest-coverage
 COVER_DIRS := \
     $(SRC_DIR) \
+    $(SRC_DIR)/call \
     $(SRC_DIR)/dynoplibs \
     $(SRC_DIR)/dynpmc \
     $(SRC_DIR)/gc \
+    $(SRC_DIR)/interp \
     $(SRC_DIR)/ops \
     $(SRC_DIR)/packfile \
     $(SRC_DIR)/pmc \
+    $(SRC_DIR)/runcore \
     $(SRC_DIR)/string \
     $(SRC_DIR)/string/charset \
     $(SRC_DIR)/string/encoding \
+    $(BUILD_DIR)/t/perl \
     $(IO_DIR) \
     $(IMCC_DIR)
 


More information about the parrot-commits mailing list