diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 04:36:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 04:36:09 +0000 |
commit | b2fd4284b6935f93514cd7d165ab481101e92472 (patch) | |
tree | b6826c47888b2786f2f7e74f63ae8df7d4b65843 /source4/build/pidl/Makefile | |
parent | 8f0f97b078f45abbd001a1fa893455bd27d072cd (diff) | |
download | samba-b2fd4284b6935f93514cd7d165ab481101e92472.tar.gz samba-b2fd4284b6935f93514cd7d165ab481101e92472.tar.bz2 samba-b2fd4284b6935f93514cd7d165ab481101e92472.zip |
use a precompiled grammer in pidl. This speeds up pidl by about a
factor of 2 on my system.
(This used to be commit a291dd835f68ae5a109670b1d1ca1a48b2aacfb6)
Diffstat (limited to 'source4/build/pidl/Makefile')
-rw-r--r-- | source4/build/pidl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/build/pidl/Makefile b/source4/build/pidl/Makefile new file mode 100644 index 0000000000..23de275288 --- /dev/null +++ b/source4/build/pidl/Makefile @@ -0,0 +1,5 @@ +PIDL_idl.pm: idl.gram + perl -MParse::RecDescent - idl.gram idl + +clean: + rm -f idl.pm |