From 1021d458baa61a581e29d99eadb4bf17cd057cb9 Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Wed, 6 Jul 2011 16:17:49 -0400 Subject: Prepare osx/Makefile to be changed by export2.py --- osx/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'osx') diff --git a/osx/Makefile b/osx/Makefile index 8d16b42ae..e2223e0aa 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -29,13 +29,9 @@ SITELIBDIR = /Library/Python/${PYVERSION}/site-packages # an Info.plist file for packagemaker to look at for package creation # and substitute the version strings. Major/Minor versions can only be # integers (e.g. "1" and "00" for bcfg2 version 1.0.0. -BCFGVER = $(shell /usr/bin/grep version ../setup.py | cut -d\" -f2) -BCFGVER1 = $(shell /bin/echo ${BCFGVER} | /usr/bin/cut -d"." -f1) -BCFGVER2 = $(shell /bin/echo ${BCFGVER} | /usr/bin/cut -d"." -f2) -BCFGVER3 = $(shell /bin/echo ${BCFGVER} | /usr/bin/cut -d"." -f3) -BCFGVER3I = $(shell /usr/bin/python -c "import sys; print sys.argv[1][0:1]" ${BCFGVER3}) -MAJOR = ${BCFGVER1} -MINOR = ${BCFGVER2}${BCFGVER3I} +BCFGVER = v1.2.0pre3 +MAJOR = 1 +MINOR = 2.0 default: clean client -- cgit v1.2.3-1-g7c22