dfanache commented on PR #18868: URL: https://github.com/apache/nuttx/pull/18868#issuecomment-4426103760
Yikes - the CI builds were not happy. The `:=` evaluates Config.mk early, and $(INCDIR) resolves to tools/incdir which might not be built yet. I've added a shell `||` fallback to tools/incdir.sh (always present in the tree) so the parse-time evaluation always succeeds. Pretty fiddly to test locally so if another CI run is approved, it might just go green. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
