patacongo edited a comment on pull request #1148:
URL: https://github.com/apache/incubator-nuttx/pull/1148#issuecomment-636189025
@xiaoxiang781216 @yamt Perhaps you could help verify this change on Linux
and macOS. I am still waiting for feedback from Johannes on his serious build
slowdown, but I think this will help build time significantly, but mostly on
Windows based platforms that have problems with fork(). If you could verify
that this change is good for you, I can do the final integration into the build
system.
Or you can if you want to. It would need:
1. A new target in Makefile.unix and Makefile.win like:
tools/incdir$(HOSTEXEEXT):
$(Q) $(MAKE) -C tools -f Makefile.host TOPDIR="$(TOPDIR)"
incdir$(HOSTEXEEXT)
2. And a change in Config.mk to use incdir$(HOSTEXEEXT) instead on incdir.sh
----------------------------------------------------------------
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]