mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
make librpc/build_idl.sh more portable
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Jun 14 23:57:40 CEST 2012 on sn-devel-104
This commit is contained in:
parent
3f110e50bf
commit
ec60944304
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user