OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-371-g417d2c8
Gerrit Code Review
gerrit@openafs.org
Fri, 2 Jul 2010 09:49:43 -0700 (PDT)
The following commit has been merged in the master branch:
commit 417d2c8f9585c5e3ce17512a1ae8ca596a676c03
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Jun 29 21:45:36 2010 +0100
Build: Rework git version detection
Rework the git version detection script to handle some issues that
have been pointed out.
1/ Make it work properly with objdir builds
2/ Don't try to work out if the tree is dirty if git describe failed
3/ Use the configured VERSION as a fallback if we can't obtain proper
version information during a make
Change-Id: I39494e1c18cf4eacbb55386334da7128fbe96310
Reviewed-on: http://gerrit.openafs.org/2283
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
build-tools/git-version | 29 ++++++++++++++++++++---------
configure-libafs.in | 2 +-
configure.in | 2 +-
src/config/Makefile.version-NOCML.in | 4 ++--
4 files changed, 24 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository