aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-31 15:34:39 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-31 15:34:39 -0500
commit0cb73f2bab8f7185a1b41487cd80207392d98d12 (patch)
treebe94dae75cfb6454a727b454293fb817d67605c1 /tools
parent30f8f6b8f8e397bff33326768ea9a98650d3470f (diff)
Add 'configclean' target to handle cleanup from Configure.pl.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 5717e6a..a94e792 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -123,6 +123,11 @@ realclean: clean
cd $(NQP_DIR) && $(MAKE) realclean
cd $(PARROT_DIR) && $(MAKE) realclean
+configclean:
+ $(RM_F) $(CLEANUPS)
+ cd $(NQP_DIR) && $(MAKE) clean
+ cd $(PARROT_DIR) && $(MAKE) clean
+
testclean: