Fix "make --question" mode

Fix for lp:1669891
This commit is contained in:
Martin Konrad
2018-07-31 17:29:03 -04:00
parent 27431facb8
commit 46b5d6006e
4 changed files with 12 additions and 5 deletions

View File

@ -80,6 +80,7 @@ IOCS_APPL_TOP = $(shell $(FULLPATHNAME) $(INSTALL_LOCATION))
NOP = :
ECHO = @$(if $(findstring s,$(patsubst T_A=%,,$(MAKEFLAGS))),$(NOP),echo)
QUIET_FLAG := $(if $(findstring s,$(MAKEFLAGS)),-q,)
QUESTION_FLAG := $(if $(findstring q,$(MAKEFLAGS)),-i,)
#-------------------------------------------------------
ifdef T_A