summaryrefslogtreecommitdiff
path: root/TAO/Makefile
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 01:53:14 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 01:53:14 +0000
commitb08d3fbd512384c17c97a0d9653710b63366b2f7 (patch)
tree28a2b9545f33b0a6d3b53a878ad0869ccb2969ee /TAO/Makefile
parentcf46accfcb89f01034c236d52384b44d6e41bfdf (diff)
downloadATCD-b08d3fbd512384c17c97a0d9653710b63366b2f7.tar.gz
* tests/Param_Test/run_test: Allowed specification of the
invocation style (sii vs. dii) using a shaell variable. * release.pl: Updated this script so that it can update different levels of the release version number based on the setting of the RELEASE_TYPE environment variable. * Makefile: Added release.chk to the list of files going into the release. This file is our checklist for things that have been tested and work leading up to a release. Check in here for details on how a test has worked on a platform.
Diffstat (limited to 'TAO/Makefile')
-rw-r--r--TAO/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/Makefile b/TAO/Makefile
index f27aadd1d66..f393ff205eb 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -48,6 +48,7 @@ RELEASE_FILES = TAO/ChangeLog \
TAO/TAO-INSTALL.html \
TAO/COPYING \
TAO/COPYING.sun \
+ TAO/release.chk \
TAO/docs \
TAO/LICENSE.sun \
TAO/Makefile \
@@ -74,15 +75,15 @@ INSTALL: TAO-INSTALL.html
#### that final releases are not. So, if the version number is, e.g.,
#### 4.2, it will not be modified because it is assumed to be for a
#### final release.
-ifeq ($(shell pwd),/project/adaptive/ACE_wrappers/TAO)
+#ifeq ($(shell pwd),/project/adaptive/ACE_wrappers/TAO)
TIMESTAMP = (CHANGELOG='ChangeLog'; export CHANGELOG; \
if [ -z "$$CHANGELOG" ]; then echo unable to find latest ChangeLog file; exit 1; fi; \
cd ..; UPTODATE=`cvs -nq update $(RELEASE_FILES) | egrep -v '/tests/log/' | perl -pi -e 's%/TAO%%g; s/$$/\\\n /g'`; cd TAO; \
if [ "$$UPTODATE" ]; then /pkg/gnu/bin/echo -e ERROR: workspace must be updated, and/or non-controlled files must be removed or added/committed: $$UPTODATE; exit 1; fi; \
perl release.pl) &&
-else
- TIMESTAMP =
-endif
+#else
+# TIMESTAMP =
+#endif
#### The following tar creation commands assume that cpio supports -H tar.
#### Old versions of cpio might not, but the version that's shipped with