1
0
Fork 0
forked from nuttx/nuttx-update

tools/Config: silent print of archive objects

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-02-06 22:11:49 +08:00 committed by Alan Carvalho de Assis
parent 5e623da2dd
commit dad6b105ca

View file

@ -412,7 +412,7 @@ endef
# CONFIG_WINDOWS_NATIVE - Defined for a Windows native build
define ARCHIVE_ADD
$(ECHO_BEGIN)"AR (add): ${shell basename $(1)} $(2) "
$(ECHO_BEGIN)"AR (add): ${shell basename $(1)} "
$(Q) $(AR) $1 $2
$(ECHO_END)
endef