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:
parent
5e623da2dd
commit
dad6b105ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue