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


##########
tools/Config.mk:
##########
@@ -39,6 +36,24 @@ else
 export Q := @
 endif
 
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+  export SHELL=cmd
+else ifneq ($(Q),)

Review Comment:
   Q needs to be checked, because both V=0 and V?= will define Q



-- 
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