summaryrefslogtreecommitdiff
path: root/librpc/build_idl.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14make librpc/build_idl.sh more portableBjörn Jacke1-1/+2
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Jun 14 23:57:40 CEST 2012 on sn-devel-104
2012-04-19librpc: Make finding newest pidl file more portableVolker Lendecke1-9/+1
FreeBSD find does not support the -printf argument. David, please check if this still work for you!
2012-04-16build: rebuild idl if the pidl compiler is changedDavid Disseldorp1-5/+20
In determining whether to compile a given .idl source file, build_idl.sh currently checks: a) that all build output files exist b) build output files are newer than their corresponding .idl source The .idl is rebuilt if either of the above conditions is false. This logic does not catch the case where the pidl compiler itself is changed. An IDL rebuild should occur in such a case. https://bugzilla.samba.org/show_bug.cgi?id=8865 Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Apr 16 16:29:45 CEST 2012 on sn-devel-104
2011-02-02s3-build: remove --samba3-ndr-client from build_idl.sh script.Günther Deschner1-3/+3
Guenther
2010-05-07idl: get the logic of the prevous commit rightBjörn Jacke1-1/+1
2010-05-07idl: fix Unix builds by replacing bashismBjörn Jacke1-1/+1
test -nt is not portable - tridge, please check!
2010-05-04s3-idl: rebuild IDL files based on all outputsAndrew Tridgell1-9/+13
2008-12-16Use py_* files to check whether generated files are out of date / notJelmer Vernooij1-1/+1
present. ndr_*.c files are in git (required for Samba 3), py_*.c files are not.
2008-12-16Share object files for gen_ndr.Jelmer Vernooij1-0/+55