summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-29 16:59:13 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:15 +1000
commitda1fed0a8f71d8190cf4bb0094f58f9c2a12b317 (patch)
treef18cbde169566404fdf864e86de31ae90151ba6a /buildtools/wafsamba/samba_pidl.py
parent970892594b15b946667e02d2b521cf8a501f2662 (diff)
downloadsamba-da1fed0a8f71d8190cf4bb0094f58f9c2a12b317.tar.gz
samba-da1fed0a8f71d8190cf4bb0094f58f9c2a12b317.tar.bz2
samba-da1fed0a8f71d8190cf4bb0094f58f9c2a12b317.zip
build: nicer progress display for a standard build
Diffstat (limited to 'buildtools/wafsamba/samba_pidl.py')
-rw-r--r--buildtools/wafsamba/samba_pidl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index 1c5e1b0aa6..132d0cf6d5 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -56,7 +56,7 @@ def SAMBA_PIDL(bld, pname, source,
pidl_src_nodes = bld.pidl_files_cache
# the cd .. is needed because pidl currently is sensitive to the directory it is run in
- t = bld(rule='cd .. && ${PIDL} ${OPTIONS} --outputdir ${OUTPUTDIR} -- ${SRC[0].abspath(env)}',
+ t = bld(rule='cd .. && ${PIDL} --quiet ${OPTIONS} --outputdir ${OUTPUTDIR} -- ${SRC[0].abspath(env)}',
ext_out = '.c',
before = 'cc',
on_results = True,