v01d commented on pull request #1785:
URL: https://github.com/apache/incubator-nuttx/pull/1785#issuecomment-692726438


   > I suspect this change will add more breakage to the Windows native build. 
'export' is a GNU/Bash command and Bash is not used (the shell is CMD.com in 
the Windows native build).
   > 
   > In the Windows native build, we do use GNUWin32 which provides a small 
subset of GNU commands, but I can find no reference to the 'export' command 
being supported.
   
   But "export" is a Makefile keyword, it should not depend on bash: 
https://www.gnu.org/software/make/manual/html_node/Variables_002fRecursion.html
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to