summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: added etags and ctags make targetsAndrew Tridgell1-0/+6
2010-04-06build: default to 1 job in make, to be build farm friendlyAndrew Tridgell1-1/+6
2010-04-06build: disable WAFCACHE by defaultAndrew Tridgell1-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
2010-04-06build: compatibility makefile targetsAndrew Tridgell1-0/+13
2010-04-06build: use a plain build, at request of metze :)Andrew Tridgell1-1/+1
2010-04-06build: default to waf -pAndrew Tridgell1-4/+1
2010-04-06build: added test targets for makeAndrew Tridgell1-0/+6
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-0/+20
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code