From fa58fc32576a08bf11fa98623473f5e6ec5b6d68 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 22 Jun 2018 23:30:42 +0200 Subject: build: support --disable-silent-rules Add support for standardized option for have verbose builds. Useful for distro builds where more details can be useful. --- make.tmpl.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 07cb18a67..38fdc73e2 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -13,6 +13,10 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +ifneq ("@SILENT_RULES@","yes") + V ?= 1 +endif + ifeq ($(V),1) Q= else -- cgit v1.2.1