summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_patterns.py
Commit message (Collapse)AuthorAgeFilesLines
* wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=TrueStefan Metzmacher2014-09-051-2/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-2/+0
| | | | | | | We always have 64-bit variables available by now Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* wafsamba: use cluster_support_features in build_options.cStefan Metzmacher2014-03-241-0/+5
| | | | | | | | This way 'smbd -b' returns the cluster features of the currently used libsamba-cluster-support.so. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* build: Do not always regenerate the version.h fileAndrew Bartlett2013-05-271-1/+5
| | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* swat: Remove swat.Kai Blin2013-05-181-1/+0
| | | | | | | | Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sat May 18 16:32:38 CEST 2013 on sn-devel-104
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
| | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces
* build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs2011-09-071-0/+174
|
* build: only use the git version on install, not in the build treeAndrew Tridgell2011-06-171-1/+2
| | | | | | | | | | | | | | 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
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-3/+1
| | | | | | | | | | | | | 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
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-2/+2
| | | | than Bazaar revision ids.
* build: only use git when found by configureAndrew Tridgell2010-06-291-2/+5
| | | | | | this rebuilds version.h whenever the git version changes, so we always get the right version with samba -V. That adds about 15s to the build time on each git commit, which shouldn't be too onerous
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-8/+19
| | | | | | | This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-2/+0
| | | | use python string conventions for function comments
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-061-0/+1
| | | | | | | | This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
* build: fixed git version in samba -VAndrew Tridgell2010-04-061-1/+2
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-20/+1
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: added generation of version.hAndrew Tridgell2010-04-061-0/+13
|
* build: result of hack session with itaAndrew Tridgell2010-04-061-65/+0
|
* build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell2010-04-061-0/+6
|
* build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell2010-04-061-35/+0
|
* build: fixed location of gen_ndr filesAndrew Tridgell2010-04-061-8/+8
|
* build: fixed --includedir options for PIDLAndrew Tridgell2010-04-061-1/+11
|
* build: split out the extension based build patternsAndrew Tridgell2010-04-061-0/+107