aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 23:37:31 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 23:37:31 +0000
commitcc77174d980650701aa0027e27554aac85e5e55e (patch)
tree7e42188206184b3c23c8feedd189052fccff1c57 /makeopts.in
parent81622bec749bb267459242602e435c5d62f3949c (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: http://svn.digium.com/svn/asterisk/trunk@209623 f38db490-d61c-443f-a65b-d21fe96a405b
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@