[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Jun 14 15:58:03 MDT 2012


The branch, master has been updated
       via  ec60944 make librpc/build_idl.sh more portable
      from  3f110e5 s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)

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


- Log -----------------------------------------------------------------
commit ec609443041dfb86151d510d8ecd7bc935d7bb00
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jun 14 19:58:00 2012 +0200

    make librpc/build_idl.sh more portable
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Thu Jun 14 23:57:40 CEST 2012 on sn-devel-104

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

Summary of changes:
 librpc/build_idl.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/build_idl.sh b/librpc/build_idl.sh
index 35acd1f..f5901db 100755
--- a/librpc/build_idl.sh
+++ b/librpc/build_idl.sh
@@ -28,7 +28,8 @@ fi
 ## Find newer files rather than rebuild all of them. Also handle the case
 ## where the pidl compiler itself is newer.
 ##
-PIDL_NEWEST=$(ls -rt $(find $PIDL_DIR -type f) | tail -n -1)
+PIDL_NEWEST=`find $PIDL_DIR -type f -print | xargs ls -rt | tail -1`
+echo "jfyi: PIDL_NEWEST is $PIDL_NEWEST"
 
 list=""
 for f in ${IDL_FILES}; do


-- 
Samba Shared Repository


More information about the samba-cvs mailing list