diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-06-21 17:49:06 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-13 09:33:21 +0200 |
commit | c6ece60405e48ea2f62f9ae92eef551e041226c2 (patch) | |
tree | 2488d5f79807944f59aeb4d13349610dec4a0c76 /wscript_build | |
parent | 08a5b515a7e3a6385229a71d433a947811c8cc46 (diff) | |
download | samba-c6ece60405e48ea2f62f9ae92eef551e041226c2.tar.gz |
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_build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript_build b/wscript_build index eb5f993f5bc..f5ae5f2a3a7 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() |