From 183c8a0568849a1e5abbb3a9f5cb9f071be39889 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 24 Sep 2004 20:48:19 +0000 Subject: 2004-09-24 Jeremy Katz * loader2/Makefile (VERSION): Define VERSION. * Makefile: Define VERSION and RELEASE here. * Makefile.inc (VERSION): * Makefile.inc (RELEASE): Move to Makefile --- Makefile.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.inc') 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 -- cgit