anchao commented on code in PR #8378:
URL: https://github.com/apache/nuttx/pull/8378#discussion_r1093360690


##########
tools/Config.mk:
##########
@@ -392,8 +420,11 @@ endef
 #   CONFIG_WINDOWS_NATIVE - Defined for a Windows native build
 
 define ARCHIVE_ADD
-       @echo "AR (add): ${shell basename $(1)} $(2)"
+       $(if $(BASH),$(eval SHELL=$(BASH)))
+       $(ECHO_BEGIN)"AR (add): ${shell basename $(1)} $(2) "

Review Comment:
   emm... ECHO_BEGIN is a variable, and according to the syntax of the 
makefile, @echo must be on the line first...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to