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. --- Docs/Reference.txt | 2 +- Makefile | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Docs/Reference.txt b/Docs/Reference.txt index 6a107e0..9d1a7e6 100644 --- a/Docs/Reference.txt +++ b/Docs/Reference.txt @@ -3,7 +3,7 @@ REFERENCE text2skin-skins Thomas Wehrspann 17.12.2004 -Last update 03.09.2009 +Last update 23.05.2017 This is a short reference of the XML based skin format of the text2skin-plugin. 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