summaryrefslogtreecommitdiff
path: root/TAO/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 20:37:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 20:37:38 +0000
commitbba3ea246f8c0963e1b0266df6013fc1b007deb9 (patch)
tree44acc92f57fbc345327b381f8cf3620de5e2f223 /TAO/Makefile
parent75d17f46fcb6d76244c7132d2884b1d97a078f9b (diff)
downloadATCD-bba3ea246f8c0963e1b0266df6013fc1b007deb9.tar.gz
hard-code ChangeLog instead of trying to figure out which ChangeLog* file to update for release
Diffstat (limited to 'TAO/Makefile')
-rw-r--r--TAO/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/Makefile b/TAO/Makefile
index 265ca7bc90f..bd44f43fa34 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -57,7 +57,7 @@ RELEASE_FILES = TAO/ChangeLog \
#### If creating the "official" TAO release:
#### 1) Check that the workspace is up-to-date, and bail out if not.
#### 2) Update the timestamp in the VERSION file.
-#### 3) Add a ChangeLog entry to the newest ChangeLog plain file.
+#### 3) Add a ChangeLog entry to the ChangeLog plain file.
#### Detect if we are creating the "official" release by looking at the PWD.
#### To disable this feature, add "TIMESTAMP=" to the make command line.
#### NOTE: if the version number in the VERSION file contains three components,
@@ -67,8 +67,7 @@ RELEASE_FILES = TAO/ChangeLog \
#### 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)
- TIMESTAMP = (CHANGELOG=`/pkg/gnu/bin/find -name 'ChangeLog*' -maxdepth 1 \
- -type f | xargs ls -1t | head -1`; export CHANGELOG; \
+ TIMESTAMP = (CHANGELOG='ChangeLog'; export CHANGELOG; \
if [ -z "$$CHANGELOG" ]; then echo unable to find latest ChangeLog file; exit 1; fi; \
DATE=`/usr/bin/date +"%a %b %d %T %Y"`; export DATE; \
cd ..; UPTODATE=`cvs -nq update $(RELEASE_FILES) | egrep -v '/tests/log/' | perl -pi -e 's%/TAO%%g; s/$$/\\\n /g'`; cd TAO; \