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 2022/11/08 06:26:16 UTC

[GitHub] [incubator-nuttx] Gary-Hobson commented on a diff in pull request #7552: tools: ignore errors when indir does not exist

Gary-Hobson commented on code in PR #7552:
URL: https://github.com/apache/incubator-nuttx/pull/7552#discussion_r1016187654


##########
tools/Config.mk:
##########
@@ -578,8 +578,8 @@ $(1)_$(2):
 endef
 
 export DEFINE_PREFIX := $(subst X,,${shell $(DEFINE) "$(CC)" "X"})
-export INCDIR_PREFIX := $(subst "X",,${shell $(INCDIR) "$(CC)" "X"})
-export INCSYSDIR_PREFIX := $(subst "X",,${shell $(INCDIR) -s "$(CC)" "X"})
+export INCDIR_PREFIX := $(subst "X",,${shell $(INCDIR) "$(CC)" "X" 2>/dev/null})

Review Comment:
   Done~



-- 
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-unsubscribe@nuttx.apache.org

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