[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sun Feb 19 13:36:03 MST 2012


The branch, master has been updated
       via  61314db waf: make "update-waf" script work on Darwin too
      from  f217fae s3: get_share_mode_lock_fresh->get_share_mode_lock

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


- Log -----------------------------------------------------------------
commit 61314dbe0f64d0fdf230e5588afe73165db151fd
Author: Dave Abrahams <dave at boostpro.com>
Date:   Sun Feb 19 19:47:59 2012 +0100

    waf: make "update-waf" script work on Darwin too
    
    This fixes bug #8766
    
    Reviewed by: Jelmer
    Signed-off-by: Matthias Dieter Wallnöfer <mdw at samba.org>
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Sun Feb 19 21:35:06 CET 2012 on sn-devel-104

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

Summary of changes:
 buildtools/update-waf.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/update-waf.sh b/buildtools/update-waf.sh
index cdb56c6..c368f5a 100755
--- a/buildtools/update-waf.sh
+++ b/buildtools/update-waf.sh
@@ -2,7 +2,7 @@
 # Update our copy of waf
 
 TARGETDIR="`dirname $0`"
-WORKDIR="`mktemp -d`"
+WORKDIR="`mktemp -d -t update-waf`"
 
 mkdir -p "$WORKDIR"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list