build: only use the git version on install, not in the build tree
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jun 2011 05:21:39 +0000 (15:21 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Jun 2011 06:37:06 +0000 (08:37 +0200)
commitd2bc45e7ffb4e8d47878a6fc53c5f5c90dfd2114
tree49dc2098f4f4d1a5e51414465a21cc2aee6eae0e
parent0b3b7e3797a9aa0dc8f0922c8cd873b0f0b3231e
build: only use the git version on install, not in the build tree

having the git version in our version.h in the build tree is annoying
for developers, as every time you commit or rebase you need to spend
several minutes re-linking. This changes it to use the git version
only on install, which is much more useful as when you actually
install the binaries you may be using them in a way that reporting the
version is useful

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Jun 17 08:37:06 CEST 2011 on sn-devel-104
buildtools/wafsamba/samba_patterns.py
buildtools/wafsamba/samba_version.py
wscript
wscript_build