summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 17:23:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 17:23:22 +0000
commit7ac8fe221a769d946230c4e692dd991336f493b7 (patch)
treec3f5596e0907aab039c41a6d5d50c8a9701d03ee /Makefile
parentb2502a2ec723cdd108aa0123f9830c5ca1e7f18c (diff)
downloadATCD-7ac8fe221a769d946230c4e692dd991336f493b7.tar.gz
ChangeLogTag: Thu Jul 15 12:19:44 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 510c1ff4713..4e211d5e4a7 100644
--- a/Makefile
+++ b/Makefile
@@ -161,14 +161,14 @@ release: ACE-INSTALL NEWS
@$(GENERATE_MAN_PAGES)
@$(ACE_ROOT)/bin/make_release $(CHECK) -k ace -t $(REL) \
-c "$(CONTROLLED_FILES)" -r "$(RELEASE_FILES)" \
- -l "$(RELEASE_LIB_FILES)"
+ -l "$(RELEASE_LIB_FILES)" -u
#### The following target is for use by the TAO Makefile. It should not
#### be called directly from the command line. The releasetao target
#### creates the combined ACE-TAO kit.
releasetao:
@$(ACE_ROOT)/bin/make_release $(CHECK) -k ace+tao -t $(REL) \
- -c "$(CONTROLLED_FILES)" -r "$(ALL_RELEASE_FILES)"
+ -c "$(CONTROLLED_FILES)" -r "$(ALL_RELEASE_FILES)" -u
#### The releaseall target:
#### 1) Creates the ACE kit.