summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 16:53:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 16:53:29 +0000
commitbe41d6d89a5d4aba0c93cc125c48ec2f7d0ea32d (patch)
treef6e5aeca1c95a47bba6abf6ff55eb4fea414e4fa /Makefile
parent1852c36e69c3803d4a1a6fbe813d8d7885161c4d (diff)
downloadATCD-be41d6d89a5d4aba0c93cc125c48ec2f7d0ea32d.tar.gz
ChangeLogTag:Sat Aug 21 11:52:51 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 551fa44b2d7..c652605579a 100644
--- a/Makefile
+++ b/Makefile
@@ -169,10 +169,12 @@ RELEASE_LIB_FILES = \
.PHONY: release releasetao releaseall tag
-ACE_TAG = -ta `head -1 VERSION | perl -ne \
- 's/.* ([\d\.]+),.*\n/$$1/; tr/./_/; print "ACE-$$_";'`
-TAO_TAG = -tt `head -1 TAO/VERSION | perl -ne \
- 's/.* ([\d\.]+),.*\n/$$1/; tr/./_/; print "TAO-$$_";'`
+ACE_TAG_VALUE = $(shell head -1 VERSION | perl -ne \
+ 's/.* ([\d\.]+),.*\n/$$1/; tr/./_/; print "ACE-$$_";')
+ACE_TAG = -ta $(ACE_TAG_VALUE)
+TAO_TAG_VALUE = $(shell head -1 TAO/VERSION | perl -ne \
+ 's/.* ([\d\.]+),.*\n/$$1/; tr/./_/; print "TAO-$$_";')
+TAO_TAG = -tt $(TAO_TAG_VALUE)
APPLY_NEW_TAG = tag
CHECK =
GENERATE_MAN_PAGES = -g