summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-07-30 23:37:31 +0000
committerSean Bright <sean@malleable.com>2009-07-30 23:37:31 +0000
commitc3ab548cd862597e6241a5309b81d25a5efd08b8 (patch)
tree7e42188206184b3c23c8feedd189052fccff1c57 /makeopts.in
parentbab2f5731667734c2b4162e10bf086f744cac52b (diff)
Allow passing 'noisy' to configure's --enable-dev-mode argument to turn on verbose builds.
(closes issue #15607) Reported by: mvanbaak Patches: 20090730_issue15607.patch uploaded by seanbright (license 71) Tested by: seanbright git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index a1ba1de68..5b73b26f1 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -66,6 +66,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
AST_DEVMODE=@AST_DEVMODE@
+NOISY_BUILD=@NOISY_BUILD@
AST_DECLARATION_AFTER_STATEMENT=@AST_DECLARATION_AFTER_STATEMENT@
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@