From bda4e03016b5015ea2212fad93e0bf73dc228a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Thu, 8 Apr 2021 15:20:41 +0200 Subject: [PATCH] fiptool: Do not print duplicate verbose lines about building fiptool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makefile for fiptool already prints verbose line when is (re)building fiptool, so there is no need to print it also from top level Makefile. Signed-off-by: Pali Rohár Change-Id: I6936a508702f1bf796d17578bb1f043f06365319 --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index b6c8b210c..40d2d7d87 100644 --- a/Makefile +++ b/Makefile @@ -1298,8 +1298,6 @@ fip: ${BUILD_PLAT}/${FIP_NAME} fwu_fip: ${BUILD_PLAT}/${FWU_FIP_NAME} ${FIPTOOL}: FORCE - @${ECHO_BLANK_LINE} - @echo "Building $@" ifdef UNIX_MK ${Q}${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" FIPTOOL=${FIPTOOL} --no-print-directory -C ${FIPTOOLPATH} else @@ -1307,7 +1305,6 @@ else # to pass the gnumake flags to nmake. ${Q}set MAKEFLAGS= && ${MSVC_NMAKE} /nologo /f ${FIPTOOLPATH}/Makefile.msvc FIPTOOLPATH=$(subst /,\,$(FIPTOOLPATH)) FIPTOOL=$(subst /,\,$(FIPTOOL)) endif - @${ECHO_BLANK_LINE} sptool: ${SPTOOL} ${SPTOOL}: FORCE