[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Tue Sep 4 19:35:02 MDT 2012


The branch, master has been updated
       via  15e3991 build: Remove unused deps from vfs modules
      from  084978f s3: Slightly simplify fd_open_atomic

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


- Log -----------------------------------------------------------------
commit 15e3991b39d2e9496d01d18479db2804804a39f6
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Sep 5 08:55:41 2012 +1000

    build: Remove unused deps from vfs modules
    
    Both these modules are just implemented in terms of other modules.
    
    Andrew Bartlett
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Wed Sep  5 03:34:08 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/modules/wscript_build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index dee7ea3..594b27c 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -99,7 +99,7 @@ bld.SAMBA3_MODULE('vfs_full_audit',
 bld.SAMBA3_MODULE('vfs_fake_perms',
                  subsystem='vfs',
                  source=VFS_FAKE_PERMS_SRC,
-                 deps='acl attr samba-util',
+                 deps='samba-util',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_fake_perms'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_fake_perms'))
@@ -107,7 +107,7 @@ bld.SAMBA3_MODULE('vfs_fake_perms',
 bld.SAMBA3_MODULE('vfs_fake_acls',
                  subsystem='vfs',
                  source=VFS_FAKE_ACLS_SRC,
-                 deps='attr samba-util',
+                 deps='samba-util',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_fake_acls'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_fake_acls'))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list