summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-23 03:42:20 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-23 03:42:20 +0000
commit02dc7536dd625e0cdee23a96e66cb41b407cdba8 (patch)
tree07abe233e81ee3a945361a5ce4cc694754b77f8b /source4/Makefile.in
parent231ae2430ee4f762035803ee0c7c00823fba6bfb (diff)
downloadsamba-02dc7536dd625e0cdee23a96e66cb41b407cdba8.tar.gz
samba-02dc7536dd625e0cdee23a96e66cb41b407cdba8.tar.bz2
samba-02dc7536dd625e0cdee23a96e66cb41b407cdba8.zip
save about 35% of the time for "make idl" by processing multiple IDL
files at once, which means less perl startup time. (This used to be commit 64b2c67e479ddc754d18f752d347ba22a6d77682)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index b6e9ee0327..e4d9dc6ce2 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -1088,11 +1088,9 @@ proto_exists: include/proto.h include/build_env.h \
include/tdbsam2_parse_info.h
delheaders:
- @echo Removing prototype headers
@/bin/rm -f $(srcdir)/include/proto.h $(srcdir)/include/build_env.h
include/proto.h:
- @echo Building include/proto.h
@cd $(srcdir) && $(SHELL) script/mkproto.sh $(PERL) \
-h _PROTO_H_ $(builddir)/include/proto.h \
$(PROTO_OBJ)