From 5257020bbe838c992fc54e50c0c55801bae7f050 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Tue, 6 Jun 2017 14:01:35 +0200 Subject: drop Q macro, if needed "Q=@" should preferably given within package build. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 222218c..d27c1c1 100644 --- a/Makefile +++ b/Makefile @@ -45,15 +45,6 @@ TMPDIR = /tmp -include $(VDRDIR)/Make.config -# Output control - -ifdef VERBOSE -Q = -else -Q = @ -endif -export Q - ### The version number of VDR's plugin API (taken from VDR's "config.h"): APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' \ -- cgit v1.2.3