summaryrefslogtreecommitdiffstats
path: root/source4/Makefile.waf
Commit message (Collapse)AuthorAgeFilesLines
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-061-53/+0
| | | | this one will work with the tdb, talloc, etc directories
* build: move waf into buildtools/binAndrew Tridgell2010-04-061-2/+2
|
* build: added etags and ctags make targetsAndrew Tridgell2010-04-061-0/+6
|
* build: default to 1 job in make, to be build farm friendlyAndrew Tridgell2010-04-061-1/+6
|
* build: disable WAFCACHE by defaultAndrew Tridgell2010-04-061-2/+8
| | | | | It doesn't have a size limiting mechanism yet, so don't use it by default ot it could cause havoc in the build farm
* build: compatibility makefile targetsAndrew Tridgell2010-04-061-0/+13
|
* build: use a plain build, at request of metze :)Andrew Tridgell2010-04-061-1/+1
|
* build: default to waf -pAndrew Tridgell2010-04-061-4/+1
|
* build: added test targets for makeAndrew Tridgell2010-04-061-0/+6
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-0/+20
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code