summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-10 21:15:22 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-10 21:15:22 +0000
commit2b79ee05a3df14c7c6ccfbcb2d6db6167b1d0620 (patch)
tree287e00cfc70170926c7b0f784c4ceb7413bcf09a /Makefile
parent69c236cba07b4204abb6badd3729c5598660c818 (diff)
downloadATCD-2b79ee05a3df14c7c6ccfbcb2d6db6167b1d0620.tar.gz
ChangeLogTag: Tue Dec 10 16:05:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e20f8150a0f..0650abf76e1 100644
--- a/Makefile
+++ b/Makefile
@@ -71,13 +71,16 @@ CORE_DIRS= \
TAO/orbsvcs/orbsvcs \
TAO/orbsvcs/Naming_Service
-.PHONY: Core
+.PHONY: Core reverseclean
Core:
@for dir in $(CORE_DIRS); \
do \
$(MAKE) -C $$dir; \
done
+reverseclean:
+ @$(ACE_ROOT)/bin/reverse_clean $(DIRS)
+
#### NOTE: The following comments describe how to create kits.
#### It's intended for use by ACE+TAO developers and
#### maintainers only. ACE+TAO users need not be concerned