summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-11-11 14:54:41 +0100
committerJeremy Allison <jra@samba.org>2014-11-25 09:46:30 +0100
commite079ffd1da6cda8b4554a4fcb94ef31c10dc8f8b (patch)
treec573b6e837a1f30015c31113d43831cb5ec5f2d1 /script
parent7c7d3ebb41f25cb9b83b0f027905f9634d450f19 (diff)
downloadsamba-e079ffd1da6cda8b4554a4fcb94ef31c10dc8f8b.tar.gz
script/autobuild.py: build 'samba' using --picky-developer
This makes sure we don't get unexpected new compiler warnings. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Nov 25 09:46:30 CET 2014 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 2b25a105755..ba08e52e5c7 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -44,7 +44,7 @@ tasks = {
("clean", "make clean", "text/plain") ],
# We have 'test' before 'install' because, 'test' should work without 'install'
- "samba" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
+ "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
("install", "make install", "text/plain"),