summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-06-21 17:49:06 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-13 09:33:21 +0200
commitc6ece60405e48ea2f62f9ae92eef551e041226c2 (patch)
tree2488d5f79807944f59aeb4d13349610dec4a0c76 /wscript_build
parent08a5b515a7e3a6385229a71d433a947811c8cc46 (diff)
downloadsamba-c6ece60405e48ea2f62f9ae92eef551e041226c2.tar.gz
samba-c6ece60405e48ea2f62f9ae92eef551e041226c2.tar.bz2
samba-c6ece60405e48ea2f62f9ae92eef551e041226c2.zip
dynconfig: rework the logic to support --enable-fhs
This reorders the data structure which represents the options to build a more useful hierachy. This makes it more obvious which defaults values are used in the 'STD' and 'FHS' flavors. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 09:33:21 CEST 2011 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript_build b/wscript_build
index eb5f993f5b..f5ae5f2a3a 100644
--- a/wscript_build
+++ b/wscript_build
@@ -123,7 +123,4 @@ bld.RECURSE('source3')
bld.RECURSE('testsuite/headers')
-# install some extra empty directories
-bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging")
-
bld.SYMBOL_CHECK()