Author: bernhard
Date: Tue Mar 14 09:30:01 2006
New Revision: 11898
Modified:
trunk/config/gen/makefiles/languages.in
trunk/config/gen/makefiles/regex.in
trunk/config/gen/makefiles/root.in
Log:
Clean up some generated *.pbc files.
Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in (original)
+++ trunk/config/gen/makefiles/languages.in Tue Mar 14 09:30:01 2006
@@ -236,7 +236,7 @@
regex.test :
- $(MAKE) regex test
regex.clean :
-# No target clean for regex
+ - $(MAKE) regex clean
scheme: scheme.dummy
scheme.dummy:
Modified: trunk/config/gen/makefiles/regex.in
==============================================================================
--- trunk/config/gen/makefiles/regex.in (original)
+++ trunk/config/gen/makefiles/regex.in Tue Mar 14 09:30:01 2006
@@ -42,9 +42,8 @@
# $(PERL) test.pl t/basic/infinite.t
CLEANERS = \
-lib/Regex/Grammar.pm \
-"*.pbc" \
-test.pir
+ "*.pbc" \
+ test.pir
clean:
$(RM_F) $(CLEANERS)
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Tue Mar 14 09:30:01 2006
@@ -1524,7 +1524,8 @@
"t/compilers/*/*/*.pir" \
"t/compilers/*/*/*.stabs.s"
$(RM_F) \
- "t/examples/past/*.past"
+ "t/examples/*.pbc" \
+ "t/examples/*.past"
$(RM_F) \
"t/*/*.o" \
"t/*/*.out" \
@@ -1533,6 +1534,7 @@
"t/*/*.stabs.s"
$(RM_F) \
"t/library/*.pbc" \
+ "t/op/*.pbc" \
"t/pmc/*.pbc" \
"t/stress/*.pbc" \
"t/tools/*.pbc"