From: Wouter Wijngaards Date: Wed, 14 Jan 2009 15:49:05 +0000 (+0000) Subject: honor make QUIET=no X-Git-Tag: release-1.2.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee84257a14f42d79392eb0a7be8ffa722dd148c;p=thirdparty%2Funbound.git honor make QUIET=no git-svn-id: file:///svn/unbound/trunk@1436 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 29fbdcdfa..a2e93e845 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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=@ diff --git a/doc/Changelog b/doc/Changelog index 14f502963..3d744bc96 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.