[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon May 27 02:31:02 MDT 2013


The branch, master has been updated
       via  99c1c2b build: Remove duplicate call to bld.SYMBOL_CHECK()
       via  e78e156 build: Remove mkinstalldirs
      from  940a6a6 lib/replace: Remove unused install-sh

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


- Log -----------------------------------------------------------------
commit 99c1c2b8d399c662596d9942aa6af9fb0db00086
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu May 23 07:34:15 2013 +1000

    build: Remove duplicate call to bld.SYMBOL_CHECK()
    
    This was missed when we merged the two waf systems.
    
    Andrew Bartlett
    
    Reviewed-by: Jelmer Vernooij <jelmer at samba.org>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Mon May 27 10:30:06 CEST 2013 on sn-devel-104

commit e78e156d95ba19fec663b83f31aaca13d19cfd7b
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu May 23 09:51:36 2013 +1000

    build: Remove mkinstalldirs
    
    This is not used in the waf build.
    
    Andrew Bartlett
    
    Reviewed-by: Jelmer Vernooij <jelmer at samba.org>

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

Summary of changes:
 source3/script/mkinstalldirs |   38 --------------------------------------
 source3/wscript_build        |    1 -
 2 files changed, 0 insertions(+), 39 deletions(-)
 delete mode 100755 source3/script/mkinstalldirs


Changeset truncated at 500 lines:

diff --git a/source3/script/mkinstalldirs b/source3/script/mkinstalldirs
deleted file mode 100755
index f945dbf..0000000
--- a/source3/script/mkinstalldirs
+++ /dev/null
@@ -1,38 +0,0 @@
-#! /bin/sh
-# mkinstalldirs --- make directory hierarchy
-# Author: Noah Friedman <friedman at prep.ai.mit.edu>
-# Created: 1993-05-16
-# Public domain
-
-errstatus=0
-
-for file
-do
-   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-   shift
-
-   pathcomp=
-   for d
-   do
-     pathcomp="$pathcomp$d"
-     case "$pathcomp" in
-       -* ) pathcomp=./$pathcomp ;;
-     esac
-
-     if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
-
-        mkdir "$pathcomp" || lasterr=$?
-
-        if test ! -d "$pathcomp"; then
-  	  errstatus=$lasterr
-        fi
-     fi
-
-     pathcomp="$pathcomp/"
-   done
-done
-
-exit $errstatus
-
-# mkinstalldirs ends here
diff --git a/source3/wscript_build b/source3/wscript_build
index 0a85653..f1d41c6 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1648,4 +1648,3 @@ bld.RECURSE('lib/netapi/examples')
 bld.ENFORCE_GROUP_ORDERING()
 bld.CHECK_PROJECT_RULES()
 
-bld.SYMBOL_CHECK()


-- 
Samba Shared Repository


More information about the samba-cvs mailing list