mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
a script fix for the build farm
(This used to be commit 5f6b0baa300d088a6d7fb91fcbceff594292eaa0)
This commit is contained in:
parent
807a701f7c
commit
64352f9ef1
@ -20,7 +20,8 @@ list=""
|
||||
|
||||
for f in librpc/idl/*.idl; do
|
||||
basename=`basename $f .idl`
|
||||
if [ "$f" -nt librpc/gen_ndr/ndr_$basename.c ]; then
|
||||
ndr="librpc/gen_ndr/ndr_$basename.c"
|
||||
if [ "$f" -nt $ndr -o ! -f $ndr ]; then
|
||||
list="$list $f"
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user