summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl-deps.pl
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher2009-04-211-2/+0
| | | | | | | | | | | | This reverts commit b57c8ff4400e5f2bd0776247496b34dab68bde97. This actually breaks the merged build... Doing a merged build and a samba4 build within the same checkout, without a git clean -x -d -f (this removes everything that's not checked into git! save files you don't want to delete!) running in the toplevel directory, is not supported. metze
* Use an absolute path to ensure that we can always regenerate tables.cAndrew Bartlett2009-04-161-0/+2
| | | | | | | I had trouble building Samba3 in a merged build, perhaps because I was also building Samba4 in that tree. Andrew Bartlett
* Share object files for gen_ndr.Jelmer Vernooij2008-12-161-12/+18
|
* Simplify idl-deps.pl script a bit.Jelmer Vernooij2008-12-161-15/+21
|
* Share security.idl.Jelmer Vernooij2008-10-151-1/+2
|
* Use variables for IDL file paths.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit 683ba6de41b3fecc14c18502ff82b4fa617618e5)
* Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij2008-05-191-11/+11
| | | | | | to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
* r26663: Proper dependencies for pidl Python bindings.Jelmer Vernooij2008-01-031-0/+2
| | | | (This used to be commit f24e5e8a2b16f2f1640cb573bdcb346cb3748f33)
* r15584: List SWIG files as being updated when pidl runsJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit dcebba4ee8d38f6400f9d250141653e38ba9715e)
* r15292: fix the IDL_* variable namesStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit e8d69ff8d0bf4ccdc2be486f0516ef4fb7baeae7)
* r15276: Fix path to perl on some hostsJelmer Vernooij2007-10-101-1/+1
| | | | | Fix perl warning (This used to be commit 50e184819d0f92da003c27c4d9adeeef3dfb55dd)
* r15247: Get rid of patsubst macro as it is not supported by some makes and ↵Jelmer Vernooij2007-10-101-0/+21
replace it with a perl script. This should fix the build on tru64 (This used to be commit b4e08b98a6a8ebfc4f22125b4474978e9384971c)