diff options
author | Sascha Wilde <wilde@intevation.de> | 2009-11-09 17:08:45 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2009-11-09 17:08:45 (GMT) |
commit | d183ebb0dd50bc1be9ef57757616a84ab2061da9 (patch) | |
tree | 2ea3e9c3a6c45ce387e2556692eae0b83092f652 /kolab-fbview | |
parent | 4b74fc89bd6113856cf6f5f999e1d1ba23f79d43 (diff) | |
download | server-d183ebb0dd50bc1be9ef57757616a84ab2061da9.tar.gz |
Some refactoring of common variables in Makefiles to the new kolab.mk.
Diffstat (limited to 'kolab-fbview')
-rw-r--r-- | kolab-fbview/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kolab-fbview/Makefile b/kolab-fbview/Makefile index 910ad51..8abd0fa 100644 --- a/kolab-fbview/Makefile +++ b/kolab-fbview/Makefile @@ -1,18 +1,5 @@ include ../kolab.mk -ifeq "x$(RPM)" "x" - RPM = $(KOLABDIR)/bin/openpkg rpm -endif -ifeq "x$(KOLABRPMSRC)" "x" - KOLABRPMSRC = $(KOLABDIR)/RPM/SRC -endif -ifeq "x$(KOLABRPMPKG)" "x" - KOLABRPMPKG = $(KOLABDIR)/RPM/PKG -endif -ifeq "x$(KOLABRPMTMP)" "x" - KOLABRPMTMP = $(KOLABDIR)/RPM/TMP -endif - HORDE_NAME = $(shell grep "%define[ ]*V_horde_name" *.spec | sed -e "s/.*V_horde_name \([a-z-]*\).*/\1/") YEAR = $(shell grep "%define[ ]*V_year" *.spec | sed -e "s/.*V_year\s*\([0-9]*\).*/\1/") MONTH = $(shell grep "%define[ ]*V_month" *.spec | sed -e "s/.*V_month\s*\([0-9]*\).*/\1/") |