From: Jelmer Vernooij Date: Tue, 16 Dec 2008 18:46:43 +0000 (+0100) Subject: Use py_* files to check whether generated files are out of date / not X-Git-Tag: samba-4.0.0alpha6~473^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59a79e5bb425d260af3261e88422eeaf1f1359c;p=thirdparty%2Fsamba.git Use py_* files to check whether generated files are out of date / not present. ndr_*.c files are in git (required for Samba 3), py_*.c files are not. --- diff --git a/librpc/build_idl.sh b/librpc/build_idl.sh index bd0e74e5562..ac0fab48014 100755 --- a/librpc/build_idl.sh +++ b/librpc/build_idl.sh @@ -30,7 +30,7 @@ fi list="" for f in ${IDL_FILES}; do basename=`basename $f .idl` - ndr="$PIDL_OUTPUTDIR/ndr_$basename.c" + ndr="$PIDL_OUTPUTDIR/py_$basename.c" if [ -f $ndr ]; then if [ "x`find $f -newer $ndr -print`" = "x$f" ]; then