summaryrefslogtreecommitdiffstats
path: root/source3/Makefile-smbtorture4
Commit message (Collapse)AuthorAgeFilesLines
* Rework recursive waf build to be a selftest-enabled not a developer buildAndrew Bartlett2012-08-061-1/+1
| | | | | | | | This essentially reverts commit a943a9ba2f739e8aee630f774915e8204aa8cf3a. I've fixed this by making lib/param/parm_table.c honour --enable-selftest. Andrew Bartlett
* s3-build: Make recursive waf build a developer build again (to build ↵Andrew Bartlett2012-07-271-1/+1
| | | | | | | | | | developer test facilities) My commit f446506608ba93303b9c671bdaacd692f72bad28 was to work around the automatic ABI check in the waf developer build. However, now that the validity of loadparm options depends on this being a developer build, we need to change back, but disable the ABI check. Andrew Bartlett
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-1/+1
| | | | | | | Otherwise the following surgery will break the SAMBA build and testsuite. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* build: Show extra configure results found by WAF as wellAndrew Bartlett2012-06-021-1/+3
| | | | | | | | | | This may assist in debugging a difference in a configure test on the build farm. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 2 09:46:09 CEST 2012 on sn-devel-104
* build: Add automatic compare of config.h files to recursive waf buildAndrew Bartlett2012-06-011-1/+6
| | | | | | | | | | | | This uses the fact that we have both build systems running at the same time. The krb5 checks are skipped because we typically are comparing internal Heimdal with the system krb5, so they do not make sense. The required checks for krb5 are pretty well understood in any case, as we have a limited set of supported libraries. Andrew Bartlett
* remove --enable-developer from recursive waf build in autoconf buildAndrew Bartlett2012-04-111-1/+1
| | | | | | wanting to run make test does not make you a developer in need of ABI checking. Andrew Bartlett
* s3: Fix "make bin/smbtorture4" in the autoconf buildVolker Lendecke2012-03-011-1/+1
| | | | | | | tdb2 support does not work with a system-supplied libtdb yet Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Mar 1 05:23:57 CET 2012 on sn-devel-104
* s3-build: Move generated config.h and config.h.in to include/autoconfAndrew Bartlett2011-05-091-1/+1
| | | | | | | This ensures that these are not found by the waf build, which causes issues when the wrong config.h is used by the recursive smbtorture build Andrew Bartlett
* s3-test: build smbtorture with --enable-developerAndrew Tridgell2011-05-081-1/+1
| | | | this makes debugging of tests much easier, as we get debug symbols
* build: Invert --enable-s3build into --disable-s3buildAndrew Bartlett2011-04-261-1/+1
| | | | | | | | | | We always want the s3 binaries, except when building an smbtorture4 for the s3-waf and autoconf builds. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Apr 26 04:27:28 CEST 2011 on sn-devel-104
* s3-build: make it a little easier to build smbtorture4.Günther Deschner2011-03-301-1/+1
| | | | | | | | | | | Only configure with --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper, not --enable-developer which turns on at least one -Werror switch. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 30 23:12:42 CEST 2011 on sn-devel-104
* s3-build: share smbtorture4 build rules with s3-waf build.Günther Deschner2011-03-151-0/+23
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 16:10:17 CET 2011 on sn-devel-104