This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new dad6b105ca tools/Config: silent print of archive objects
dad6b105ca is described below

commit dad6b105ca8dd4c8d7e2ca3a296bfb53992e1308
Author: chao an <[email protected]>
AuthorDate: Mon Feb 6 22:11:49 2023 +0800

    tools/Config: silent print of archive objects
    
    Signed-off-by: chao an <[email protected]>
---
 tools/Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Config.mk b/tools/Config.mk
index ec61dfc64f..bdcca55c2f 100644
--- a/tools/Config.mk
+++ b/tools/Config.mk
@@ -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

Reply via email to