waf: added --git-local-changes configure option
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Nov 2010 01:05:14 +0000 (12:05 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Nov 2010 01:51:54 +0000 (01:51 +0000)
commitfe5c48cbed29b669f17370436d0cf18ca0ccb474
treeddb320fca8458d2b1f89edf96614d623f0ffbf91
parent96bdcf7ea9d06e4681af012974458d67d264cfda
waf: added --git-local-changes configure option

if you use --git-local-changes then the version number that waf
extracts from git will have a '+' on the end if you have local
changes, as determined by running 'git diff'.

This used to be the default, but unfortunately it is far too slow on
some systems. On a NFS build system I was using the first line of
configure took about 2 minutes.

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Nov 16 01:51:54 UTC 2010 on sn-devel-104
buildtools/wafsamba/samba_patterns.py
buildtools/wafsamba/samba_version.py
buildtools/wafsamba/wscript
source3/wscript
source4/wscript