mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
tools/Config: silent print of archive objects
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
5e623da2dd
commit
dad6b105ca
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user