summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: run distcheck in testwaf.shAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: add subdir argument to distcheck for source4Andrew Tridgell2010-04-061-0/+7
|
* build: update version of waf to add subdir argument to distcheckAndrew Tridgell2010-04-061-0/+0
|
* s4-waf: replace TOUCH_FILE() with normal install rulesAndrew Tridgell2010-04-063-18/+6
| | | | this allows it to work with 'waf uninstall'
* build: simpler symlink_bin and symlink_lib methodsAndrew Tridgell2010-04-061-22/+20
|
* s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell2010-04-066-5/+31
|
* s4-waf: added simple 'waf test' support for tdb, talloc and ldbAndrew Tridgell2010-04-064-4/+22
|
* s4-waf: added python_dsdb from merge with masterAndrew Tridgell2010-04-061-0/+5
|
* build: fixed LOAD_ENVIRONMENT for out of tree buildsAndrew Tridgell2010-04-061-1/+2
|
* s4-waf: autogen-waf.sh for the standalone library buildsAndrew Tridgell2010-04-065-0/+110
|
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-064-26/+28
| | | | this one will work with the tdb, talloc, etc directories
* s4-waf: use a common pattern for finding buildtools and libsAndrew Tridgell2010-04-064-55/+38
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-0620-193/+211
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell2010-04-065-38/+38
|
* ldb-waf: fixed buildtools pathAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-068-25/+42
| | | | This should be useful for building tarballs from a clean checkout
* build: nicer error msg when git ls-files failsAndrew Tridgell2010-04-061-1/+5
|
* s4-waf: allow standalone tarball build of librariesAndrew Tridgell2010-04-064-7/+35
|
* s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell2010-04-066-6/+16
|
* s4-waf: added 'waf dist' to build the tarballAndrew Tridgell2010-04-064-2/+89
|
* build: removed some unused imports found by pyflakesAndrew Tridgell2010-04-063-4/+2
| | | | thanks to Jelmer for pointing me at pyflakes
* talloc-waf: install talloc.pc if standaloneAndrew Tridgell2010-04-061-0/+8
|
* build: fixed the expansions in pkgconfig filesAndrew Tridgell2010-04-061-1/+7
| | | | thanks to Jelmer for the hint on this
* build: fixed DESTDIR for TOUCH_FILE()Andrew Tridgell2010-04-062-2/+8
|
* build: waf update to fix macos build errorAndrew Tridgell2010-04-061-0/+0
|
* build: try to fix the python link problem on SerNet-iminiAndrew Tridgell2010-04-061-0/+0
|
* build: use waf from waf-svn.git repoAndrew Tridgell2010-04-062-0/+16
| | | | | Added README explaining where waf comes from, and where to get the upstream sources and the exact version we use in Samba
* build: try the generic C compiler on hpux if gcc not foundAndrew Tridgell2010-04-061-0/+1
|
* build: update wav-svnAndrew Tridgell2010-04-061-0/+0
| | | | this version works around the tarfile problem on irix
* build: added 'generic' cc support and a simple irix cc support moduleAndrew Tridgell2010-04-064-1/+150
| | | | | these will let us get past the 'detect cc' stage and try a build. It also makes for a reasonable template for new ports
* build: initial version of a tru64 compiler moduleAndrew Tridgell2010-04-062-0/+78
| | | | this doesn't do shared libs yet, but at least configure passes
* pidl-waf: disable pidl manpagesAndrew Tridgell2010-04-061-1/+1
| | | | it's still causing trouble in the build farm
* pidl-waf: better handling of the man page generationAndrew Tridgell2010-04-062-10/+14
| | | | we now avoid leaving build files in the source tree
* pidl-waf: build pidl man pages and parsers separatelyAndrew Tridgell2010-04-061-9/+14
| | | | this should prevent gratuitious builds
* build: don't depend on the blib/ files in SAMBA_PIDL()Andrew Tridgell2010-04-061-1/+1
|
* talloc-waf: match version number with main buildAndrew Tridgell2010-04-061-1/+1
|
* build: loop until all object reductions are completeAndrew Tridgell2010-04-061-2/+14
| | | | we will issue a warning if any object duplication remains
* build: make sure the directory exists in TOUCH_FILE()Andrew Tridgell2010-04-061-0/+1
|
* build: nicer display of command type for prototypes and generatorsAndrew Tridgell2010-04-062-0/+12
|
* s4-waf: create a blank __init__.py in samba/externalAndrew Tridgell2010-04-062-1/+11
| | | | needed for the external lib loader
* s4-waf: fixed install location of external python libsAndrew Tridgell2010-04-062-5/+1
| | | | this merges with jelmers recent changes in master
* build: a bit more information for tracking --target depsAndrew Tridgell2010-04-061-1/+2
|
* s4-waf: format-subunit and filter-subunit are in python nowAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: added new install system for external python libsAndrew Tridgell2010-04-061-0/+21
|
* s4-waf: filter-subunit has been renamedAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: updates for the new python installer from jelmerAndrew Tridgell2010-04-064-18/+16
|
* build: much simpler and faster rpath install handlerAndrew Tridgell2010-04-063-198/+172
| | | | | | This avoids creating additional task generators at build time, and instead moves all the rpath logic into samba_install.py where it is triggered by the install_lib and install_bin features
* build: only link install targets at install timeAndrew Tridgell2010-04-063-25/+31
|
* build: enable nothreads workaround only with WAF_NOTHREADS=1Andrew Tridgell2010-04-062-6/+8
|
* build: fixed the dependencies of the install targetsAndrew Tridgell2010-04-062-8/+56
| | | | | we want the install targets to have identical calculated dependencies to the build targets.