[Nice-commit] Nice Makefile,1.110,1.111
Brought to you by:
bonniot
From: <bo...@us...> - 2003-03-12 15:50:11
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv27451 Modified Files: Makefile Log Message: Include "prerelease" in the version string of unofficial builds. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** Makefile 26 Feb 2003 14:40:07 -0000 1.110 --- Makefile 12 Mar 2003 15:50:05 -0000 1.111 *************** *** 9,12 **** --- 9,13 ---- # Get the version from the debian changelog. VERSION = ${shell expr "`head -1 debian/changelog`" : '.*(\(.*\))'} + TAG = ${shell if [ `grep '^ --' debian/changelog |head -1|wc -c` -le 10 ]; then echo prerelease; fi } SHELL = /bin/sh *************** *** 70,74 **** setDate: ! cd src/nice/tools/compiler; ./setBuildDate ${VERSION} test: --- 71,75 ---- setDate: ! cd src/nice/tools/compiler; ./setBuildDate ${VERSION} ${TAG} test: *************** *** 201,203 **** tags: jtags - --- 202,203 ---- |