[SCM] Samba Shared Repository - branch master updated

Jim McDonough jmcd at samba.org
Tue Oct 25 19:11:03 UTC 2016


The branch, master has been updated
       via  ca5e109 waf: Cleanup deps list for smbd
       via  dd2367d waf: Cleanup deps list for smbregistry
      from  71b69b0 Revert "ctdb-common: Use SCHED_RESET_ON_FORK when setting SCHED_FIFO"

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ca5e109353864371b051b79f05f97dbef751b49e
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Oct 18 19:06:13 2016 +0200

    waf: Cleanup deps list for smbd
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jim McDonough <jmcd at samba.org>
    
    Autobuild-User(master): Jim McDonough <jmcd at samba.org>
    Autobuild-Date(master): Tue Oct 25 21:10:37 CEST 2016 on sn-devel-144

commit dd2367dc12331974411c134247bb45fa5d71c2a1
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Oct 18 16:05:07 2016 +0200

    waf: Cleanup deps list for smbregistry
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jim McDonough <jmcd at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript_build | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 6918c73..1e16062 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -208,9 +208,20 @@ bld.SAMBA3_LIBRARY('smbregistry',
                    lib/cbuf.c
                    lib/srprs.c
                    registry/reg_init_basic.c''',
-                   deps='''smbd_shim tdb-wrap3 NDR_SECURITY util_tdb talloc
-                   replace util_reg samba-util samba-security
-                   errors3 dbwrap samba3-util''',
+                   deps='''
+                        smbd_shim
+                        tdb-wrap3
+                        NDR_SECURITY
+                        util_tdb
+                        talloc
+                        replace
+                        util_reg
+                        samba-util
+                        samba-security
+                        errors3
+                        dbwrap
+                        samba3-util
+                        ''',
                    allow_undefined_symbols=True,
                    private_library=True)
 
@@ -852,7 +863,13 @@ bld.SAMBA3_SUBSYSTEM('LIBLSA',
 
 bld.SAMBA3_BINARY('smbd/smbd',
                  source='smbd/server.c smbd/smbd_cleanupd.c',
-                 deps='smbd_base EPMD LSASD FSSD MDSSD',
+                 deps='''
+                      smbd_base
+                      EPMD
+                      LSASD
+                      FSSD
+                      MDSSD
+                      ''',
                  install_path='${SBINDIR}')
 
 bld.SAMBA3_BINARY('nmbd/nmbd',


-- 
Samba Shared Repository



More information about the samba-cvs mailing list