[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Tue Nov 30 05:09:01 MST 2010


The branch, master has been updated
       via  f430dd3 wafsamba: Fix indentation.
      from  e0e4dc1 s3: Add shadow copy info to smbclient allinfo

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


- Log -----------------------------------------------------------------
commit f430dd3cb8eb904a0b9a0dd0b786d913da16a155
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Nov 30 12:01:07 2010 +0100

    wafsamba: Fix indentation.
    
    Without this change we'd exclude the rpath for private libraries
    whenever the first dependency of a subsystem was a public library.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Tue Nov 30 13:08:04 CET 2010 on sn-devel-104

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

Summary of changes:
 buildtools/wafsamba/samba_utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py
index 1e360f0..5811cb3 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -69,7 +69,7 @@ def needs_private_lib(bld, target):
         t = bld.name_to_obj(lib, bld.env)
         if t and getattr(t, 'private_library', False):
             return True
-        return False
+    return False
 
 
 def install_rpath(target):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list