mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-30 05:10:28 +00:00
Merge "fiptool: Do not print duplicate verbose lines about building fiptool" into integration
This commit is contained in:
commit
c55497a207
3
Makefile
3
Makefile
@ -1307,8 +1307,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
|
||||
@ -1316,7 +1314,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
|
||||
|
Loading…
Reference in New Issue
Block a user