summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 05:58:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 05:58:39 +0000
commit270d5e087d06a0e73484453b8f5532904a08a771 (patch)
tree8c8b972711fdaa83d566a33fbc96f80e642aceca /Makefile
parentfee474d09844bb81767fbafaef4836f074c8e91d (diff)
downloadATCD-270d5e087d06a0e73484453b8f5532904a08a771.tar.gz
ChangeLogTag:Mon Dec 20 23:55:18 1999 Ossama Othman
<othman@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf36369edde..b56bb12fa6d 100644
--- a/Makefile
+++ b/Makefile
@@ -198,8 +198,7 @@ REL = beta
ZIP_FILES =
#### The release target creates the ACE (only) kit.
-release: $(APPLY_NEW_TAG)
- @$(ACE_ROOT)/bin/bootstrap workspace # Temporary ACE+autoconf hack.
+release: $(APPLY_NEW_TAG
@$(ACE_ROOT)/bin/make_release -k ace $(ACE_TAG) \
$(INSTALL_KIT) $(GENERATE_MAN_PAGES) $(ZIP_FILES) $(CHECK)
@@ -220,7 +219,6 @@ releasetao:
#### The make then recursively invokes make releasetao in this
#### directory to create the combined ACE-TAO kit.
releaseall: $(APPLY_NEW_TAG)
- @$(ACE_ROOT)/bin/bootstrap # Temporary ACE+autoconf hack.
@cd TAO && $(MAKE) -s release REL=$(REL)
.PHONY: show_controlled_files show_release_files show_release_lib_files