develooper Front page | perl.cvs.parrot | Postings from May 2008

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

From:
coke
Date:
May 6, 2008 15:29
Subject:
[svn:parrot] r27361 - trunk/config/gen/makefiles
Author: coke
Date: Tue May  6 15:29:30 2008
New Revision: 27361

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

Log:
[build]

When removing generated STR files, just remove the ones we know about,
so we don't have to maintain the list of deps -and- the list of things
to remove. (same list!) - this catches the newly added src/io/io.str



Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	(original)
+++ trunk/config/gen/makefiles/root.in	Tue May  6 15:29:30 2008
@@ -1624,7 +1624,7 @@
 	$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl --init
 	$(RM_F) \
     $(SRC_DIR)/string_private_cstring.h \
-    "$(SRC_DIR)/*.str" "src/pmc/*.str" \
+    $(STR_FILES) \
     "src/pmc/*.c" "src/pmc/pmc_*.h" "src/pmc/*.dump" \
     vtable.dump "*.def" "*.lib" "*.exp"
 



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About