[svn:parrot] r38252 - branches/headercleanup/config/gen/makefiles

chromatic at svn.parrot.org chromatic at svn.parrot.org
Tue Apr 21 21:09:19 UTC 2009


Author: chromatic
Date: Tue Apr 21 21:09:19 2009
New Revision: 38252
URL: https://trac.parrot.org/parrot/changeset/38252

Log:
[config] Improved cleaning of generated .str files; now it gets them all.

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

Modified: branches/headercleanup/config/gen/makefiles/root.in
==============================================================================
--- branches/headercleanup/config/gen/makefiles/root.in	Tue Apr 21 20:42:52 2009	(r38251)
+++ branches/headercleanup/config/gen/makefiles/root.in	Tue Apr 21 21:09:19 2009	(r38252)
@@ -1672,10 +1672,9 @@
     install_config.fpmc
 	$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl --init
 	$(RM_F) \
-    $(SRC_DIR)/string/private_cstring.h \
-    "$(SRC_DIR)/*.str" "$(SRC_DIR)/io/*.str" "$(SRC_DIR)/pmc/*.str" \
-    "$(SRC_DIR)/call/*.str" "src/pmc/*.c" "src/pmc/pmc_*.h" "src/pmc/*.dump" \
-    vtable.dump "*.def" "*.lib" "*.exp"
+    $(STR_FILES) \
+    $(SRC_DIR)/string/private_cstring.h "src/pmc/*.c" "src/pmc/pmc_*.h" \
+    "src/pmc/*.dump" vtable.dump "*.def" "*.lib" "*.exp"
 
 archclean: dynoplibs-clean dynpmc-clean dynext-clean
 	$(RM_F) \


More information about the parrot-commits mailing list