summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
commitea37d4c0729057b01c0e0b82b3bef7030379da2f (patch)
treecf666f91059de5c07928de6b4b67b636742f64f2 /tools/configure
parentf30a39806c54459aedafdc8c6a7d91bfed7f3036 (diff)
downloadrockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.tar.gz
rockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.zip
Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 26d41404c6..174beed644 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1579,7 +1579,7 @@ export OBJDIR=@PWD@
1579export BUILDDIR=@PWD@ 1579export BUILDDIR=@PWD@
1580export LANGUAGE=@LANGUAGE@ 1580export LANGUAGE=@LANGUAGE@
1581export MEMORYSIZE=@MEMORY@ 1581export MEMORYSIZE=@MEMORY@
1582export VERSION=\$(shell date -u +%y%m%d-%H%M) 1582export VERSION=\$(shell \$(TOOLSDIR)/svnversion.sh \$(ROOTDIR))
1583export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') 1583export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d')
1584export MKFIRMWARE=@TOOL@ 1584export MKFIRMWARE=@TOOL@
1585export BMP2RB_MONO=@BMP2RB_MONO@ 1585export BMP2RB_MONO=@BMP2RB_MONO@