summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-29 01:01:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-29 01:01:56 +0000
commit47dc479368e00f9c8d8e38b3f4c368b15b2fffdc (patch)
tree9d5a31eca4b4c1ed232f03a72bb8e23f30eb7b4f /Makefile
parent6cdd680b9108bcf765f2902e99b9478a0adfbceb (diff)
downloadATCD-47dc479368e00f9c8d8e38b3f4c368b15b2fffdc.tar.gz
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d94d88ff456..61f11a95a62 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,8 @@ RELEASE_LIB_FILES = \
#### 4.2, it will not be modified because it is assumed to be for a
#### final release.
ifeq ($(shell pwd),/project/adaptive/ACE_wrappers)
- TIMESTAMP = (CHANGELOG=`/pkg/gnu/bin/find -name 'ChangeLog*' -maxdepth 1 \
+ TIMESTAMP = (lynx -dump ACE-INSTALL.html > ACE-INSTALL; \
+ CHANGELOG=`/pkg/gnu/bin/find -name 'ChangeLog*' -maxdepth 1 \
-type f | xargs ls -1t | head -1`; 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; \
@@ -108,7 +109,6 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers)
if (s/(, released ).*/$$1$$date./) { \
($$version = $$_) =~ s/^This is //; } \
END { print $$version } ' VERSION;` export ACE_VERSION; \
- lynx -dump ACE-INSTALL.html > ACE-INSTALL \
perl -i -e \
'BEGIN {($$message = \
$$ENV{"DATE"} . " " . \