]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
honor make QUIET=no
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Jan 2009 15:49:05 +0000 (15:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Jan 2009 15:49:05 +0000 (15:49 +0000)
git-svn-id: file:///svn/unbound/trunk@1436 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 29fbdcdfa6b495a0b66afdcfa76d71096dab3830..a2e93e84516b8f9a461df560707a61ecc9fb35dd 100644 (file)
@@ -2,11 +2,13 @@
 # See the file LICENSE for the license
 
 debug_enabled=@debug_enabled@
+ifeq "$(QUIET)" ""
 ifeq ($(debug_enabled),yes)
   QUIET=yes
 else
   QUIET=no
 endif
+endif
 
 ifeq "$(QUIET)" "yes"
   Q=@
index 14f502963132c1b655dd63c7fa576818b8cf9730..3d744bc968331df0a18077b0b460ed52fc9a3cb9 100644 (file)
@@ -8,6 +8,7 @@
        - retry from 4 to 5 so that EDNS drop retry is part of the first
          query resolve attempt, and cached error does not stop EDNS fallback.
        - remove debug prints that protect against bad referrals.
+       - honor QUIET=no on make commandline (or QUIET=yes ).
 
 13 January 2009: Wouter
        - fixed bug in lameness marking, removed printouts.