summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: fixed copy_script typoAndrew Tridgell1-1/+1
2010-04-06build: started a library of common config tests for s3/s4Andrew Tridgell1-0/+1
2010-04-06build: support variable expansion in source= arguments to build rulesAndrew Tridgell1-2/+15
2010-04-06build: solaris8 doesn't honor the -f flag to ln.Andrew Tridgell1-6/+6
2010-04-06build: a few more build rules that should have on_results=TrueAndrew Tridgell1-0/+1
2010-04-06build: use shell=True for SAMBA_GENERATORAndrew Tridgell1-0/+1
2010-04-06build: finer grained rpath checking for binary/installAndrew Tridgell1-5/+7
2010-04-06build: don't use double binaries/libs if not neededAndrew Tridgell1-8/+23
2010-04-06build: mark wafsamba as unbuffered, so stdout and stderr are better in syncAndrew Tridgell1-1/+1
2010-04-06build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell1-1/+2
2010-04-06build: added --disable-shared optionAndrew Tridgell1-5/+11
2010-04-06build: cope with subsystems with no enabled modulesAndrew Tridgell1-9/+5
2010-04-06build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell1-2/+6
2010-04-06build: use SUBST_VARS_RECURSIVE() for install_pathAndrew Tridgell1-2/+5
2010-04-06build: rename samba_includes.py to samba_optimisation.pyAndrew Tridgell1-1/+1
2010-04-06build: split build and install libraries/binariesAndrew Tridgell1-23/+137
2010-04-06build: added a cflags_end SAMBA_SUBSYSTEM() optionAndrew Tridgell1-0/+4
2010-04-06build: an optimisation for includes file handlingAndrew Tridgell1-1/+2
2010-04-06build: try faster includes processingAndrew Tridgell1-0/+1
2010-04-06build: check that the symlink doesn't exist before creatingAndrew Tridgell1-2/+5
2010-04-06build: allow shared and python staging areas to be referenced in build treeAndrew Tridgell1-0/+4
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-47/+127
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-262/+151
2010-04-06build: better target name for lib linkAndrew Tridgell1-1/+7
2010-04-06build: use export_incdirsAndrew Tridgell1-0/+1
2010-04-06build: fixed heimdal include listsAndrew Tridgell1-3/+3
2010-04-06build: back to stricter depsAndrew Tridgell1-5/+4
2010-04-06build: smarter list splittingAndrew Tridgell1-12/+6
2010-04-06build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell1-16/+0
2010-04-06build: allow selection of build group in HEIMDAL_AUTOPROTO()Andrew Tridgell1-1/+2
2010-04-06build: result of hack session with itaAndrew Tridgell1-46/+57
2010-04-06build: fixes from itaAndrew Tridgell1-13/+12
2010-04-06build: fixed formattingAndrew Tridgell1-1/+1
2010-04-06build: source= is clearer for source listsAndrew Tridgell1-17/+17
2010-04-06build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell1-43/+2
2010-04-06build: fixed --includedir options for PIDLAndrew Tridgell1-12/+5
2010-04-06build: split out the extension based build patternsAndrew Tridgell1-95/+1
2010-04-06build: add output_type and realname for mit_samba libraryAndrew Tridgell1-0/+2
2010-04-06build: started to split up wafsamba.py into separate modulesAndrew Tridgell1-238/+4
2010-04-06build: cope with empty source lists for libsAndrew Tridgell1-0/+852