diff options
author | Sumit Bose <sbose@redhat.com> | 2011-10-06 10:32:58 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-14 17:52:36 +0200 |
commit | 6af702bdc9ea36a1f33232a818a819afde9bc4d2 (patch) | |
tree | 261fb06d0f830a4b2b8674d30b85188096cce058 | |
parent | b15d3251ac32a51492120db09d6b7d6fdbca70b0 (diff) | |
download | samba-6af702bdc9ea36a1f33232a818a819afde9bc4d2.tar.gz samba-6af702bdc9ea36a1f33232a818a819afde9bc4d2.tar.bz2 samba-6af702bdc9ea36a1f33232a818a819afde9bc4d2.zip |
build: added autoconf --disable-silent-rules option
Signed-off-by: Günther Deschner <gd@samba.org>
-rwxr-xr-x | buildtools/wafsamba/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index 1a7f3eb699..5c5e249758 100755 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -162,6 +162,9 @@ def set_options(opt): opt.add_option('--disable-dependency-tracking', help=SUPPRESS_HELP, action='store_true', dest='AUTOCONF_DISABLE_DEPENDENCY_TRACKING', default=False) + opt.add_option('--disable-silent-rules', + help=SUPPRESS_HELP, + action='store_true', dest='AUTOCONF_DISABLE_SILENT_RULES', default=False) gr = opt.option_group('dist options') gr.add_option('--sign-release', |