You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/22 02:39:17 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1098: build: incdir.sh shouldn't check whether the path exist

xiaoxiang781216 commented on pull request #1098:
URL: https://github.com/apache/incubator-nuttx/pull/1098#issuecomment-632445918


   This patch make the conversoin from:
   ```
   ARCHXXINCLUDES = -isystem "${shell cygpath -w $(TOPDIR)$(DELIM)include$(DELIM)cxx}"
   ```
   to:
   ```
   ARCHXXINCLUDES += ${shell $(INCDIR) -s "$(CC)" $(TOPDIR)$(DELIM)include$(DELIM)cxx}
   ```
   don't complain that include\cxx doesn't exist.


----------------------------------------------------------------
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:
users@infra.apache.org