cvsuser 05/03/02 17:09:08
Modified: config/gen/makefiles root.in
Log:
"make clean" should clean up compiilers too, which right now just means
pge.
Revision Changes Path
1.279 +10 -4 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- root.in 24 Feb 2005 21:33:41 -0000 1.278
+++ root.in 3 Mar 2005 01:09:08 -0000 1.279
@@ -1,5 +1,5 @@
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: root.in,v 1.278 2005/02/24 21:33:41 bernhard Exp $
+# $Id: root.in,v 1.279 2005/03/03 01:09:08 coke Exp $
###############################################################################
#
@@ -1032,7 +1032,6 @@
dynclasses-clean :
$(MAKE_C) dynclasses clean
-
###############################################################################
#
# language implementation targets:
@@ -1051,7 +1050,14 @@
$(MAKE_C) languages clean
-${TEMP_icu_make}
+###############################################################################
+#
+# compiler implementation targets:
+#
+###############################################################################
+
+compilers-clean :
+ $(MAKE_C) compilers/pge clean
###############################################################################
#
@@ -1201,7 +1207,7 @@
###############################################################################
clean : test-clean progclean languages-clean docs-clean dynclasses-clean \
- examples-clean imcc-clean
+ examples-clean imcc-clean compilers-clean
${TEMP_cg_r}
$(RM_F) *.s *~ $(FLUID_FILES) \
examples/assembly/mops$(EXE) examples/assembly/mops.c \