diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 06:47:40 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 06:47:40 +0000 |
commit | 6ec313edae3b3b587336c1098d50c38a1e7a4c77 (patch) | |
tree | 69e51223f758e3f49c3a3884056395104c809817 /Makefile | |
parent | 80f0397e8515ac23100a3a1db184745e2fe487d7 (diff) | |
download | ATCD-6ec313edae3b3b587336c1098d50c38a1e7a4c77.tar.gz |
foo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ endif #### If creating the "official" ACE release, update the timestamp in VERSION. #### Detect if we are doing that by looking at the PWD. #### To disable this feature, add "TIMESTAMP=" to the make command line. -ifeq ($(PWD),/project/adaptive/ACE_wrappers) +ifeq ($(PWD),/home/cs/faculty/schmidt/adaptive/ACE_wrappers) TIMESTAMP = perl -pi -e 'BEGIN {chop ($$date=`/usr/bin/date`);} \ s/(, released ).*/$$1$$date./' VERSION; \ cvs commit -m'make release: updated timestamp' VERSION; |