diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-24 20:48:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-24 20:48:19 +0000 |
commit | 183c8a0568849a1e5abbb3a9f5cb9f071be39889 (patch) | |
tree | 5d82a69018ee0ca65dc974dd9a65d8ca8b54d7e9 /Makefile.inc | |
parent | 97366fa368624ab85e4ddc47999bd172d5855cef (diff) | |
download | anaconda-183c8a0568849a1e5abbb3a9f5cb9f071be39889.tar.gz anaconda-183c8a0568849a1e5abbb3a9f5cb9f071be39889.tar.xz anaconda-183c8a0568849a1e5abbb3a9f5cb9f071be39889.zip |
2004-09-24 Jeremy Katz <katzj@redhat.com>
* loader2/Makefile (VERSION): Define VERSION.
* Makefile: Define VERSION and RELEASE here.
* Makefile.inc (VERSION):
* Makefile.inc (RELEASE):
Move to Makefile
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.inc b/Makefile.inc index feba7a056..b367c016c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,11 +1,6 @@ # # define destination locations # -VERSION=$(shell awk '/Version:/ { print $$2 }' anaconda.spec) -RELEASE=$(shell awk '/Release:/ { print $$2 }' anaconda.spec) -TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") -SNAPRELEASE := $(RELEASE)$(TIMESTAMP) - PYTHONLIBDIR = /usr/lib/anaconda RUNTIMEDIR = /usr/lib/anaconda-runtime ANACONDADATADIR = /usr/share/anaconda |