diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-12-16 08:52:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-12-16 11:25:47 +0100 |
commit | af570c294b03035f022bcb53b81b2ef9025de516 (patch) | |
tree | 0c1f5bfaf35d43f1d6575e4f5933c2e443ecc70b /script | |
parent | 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7 (diff) | |
download | samba-af570c294b03035f022bcb53b81b2ef9025de516.tar.gz |
Revert "script/autobuild.py: build the samba target with --with-profiling-data"
This reverts commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.
This only works for a single user on a system, as only one can create
the sysv shared memory segment.
In future we'll use a tdb instead of sysv shared memory,
then we can readd this.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Dec 16 11:25:47 CET 2014 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index 1097316a101..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 --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-profiling-data", "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"), |