xiaoxiang781216 commented on code in PR #8378: URL: https://github.com/apache/nuttx/pull/8378#discussion_r1092725436
########## arch/sim/src/Makefile: ########## @@ -284,7 +284,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) $(HOSTOBJS) $(HEADOBJ): %$(OBJEXT): %.c - $(Q) echo "CC: $<" + $(Q) echo $(ECHO_OPT)"CC: $<" Review Comment: can we create a new ECHO macro like MAKE? I think we need replace all place which use echo an make directly -- 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