summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-24 20:48:19 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-24 20:48:19 +0000
commit183c8a0568849a1e5abbb3a9f5cb9f071be39889 (patch)
tree5d82a69018ee0ca65dc974dd9a65d8ca8b54d7e9 /Makefile.inc
parent97366fa368624ab85e4ddc47999bd172d5855cef (diff)
downloadanaconda-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.inc5
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