diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-25 15:40:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-25 15:40:15 +0000 |
commit | 4a3cd9d8b6dc9dfcbc117d883b310d1857ff3693 (patch) | |
tree | 06cb15316a594b6dec88ee85de8c328eb8e23aac /Makefile | |
parent | 89a6a9b486548d43415724b8a309a267aa514f4e (diff) | |
download | ATCD-4a3cd9d8b6dc9dfcbc117d883b310d1857ff3693.tar.gz |
(TIMESTAMP): replaced tab with spaces in ChangeLog entry string
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -98,7 +98,7 @@ RELEASE_LIB_FILES = \ #### final release. ifeq ($(shell pwd),/project/adaptive/ACE_wrappers) TIMESTAMP = (lynx -dump ACE-INSTALL.html > ACE-INSTALL; \ - CHANGELOG='ChangeLog'; export CHANGELOG; \ + 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%/ACE_wrappers%%g; s/$$/\\\n /g'`; cd ACE_wrappers; \ @@ -113,7 +113,8 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers) 'BEGIN {($$message = \ $$ENV{"DATE"} . " " . \ $$ENV{"SIGNATURE"} . " <" . \ - $$ENV{"LOGNAME"} . "\@cs.wustl.edu>\n\n\t* " . \ + $$ENV{"LOGNAME"} . \ + "\@cs.wustl.edu>\n\n * " . \ $$ENV{"ACE_VERSION"} . "\n"); \ $$message_printed = 0;} \ while (<>) { \ @@ -121,9 +122,9 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers) print; } ' $$CHANGELOG; \ echo $$ACE_VERSION | perl -ne ' \ ($$version = $$_) =~ s/ACE version ([\d\.]+).*\n/$$1/; \ - ($$major, $$minor, $$beta) = split /\./, $$version; \ + ($$major, $$minor, $$beta) = split /\./, $$version; \ print "// \$$Id\$$\n" . \ - "// This is an automatically generated file.\n\n" . \ + "// This is an automatically generated file.\n\n" . \ "\#define ACE_MAJOR_VERSION ($${major}u)\n" . \ "\#define ACE_MINOR_VERSION ($${minor}u)\n" . \ "\#define ACE_BETA_VERSION ($${beta}u)\n" . \ |