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/09/04 19:34:04 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #1718: Configure.sh slow on MacOS

patacongo commented on issue #1718:
URL: https://github.com/apache/incubator-nuttx/issues/1718#issuecomment-687341027


   Most of the time in tools.testbuild.sh after the "Configuring..." message is in executing tools/configure.sh.
   
   Most of the time executing/configure.sh is in the execution of tools/sethost.sh
   
   Most of the time in tools/sethost.sh is in the 'make olddefconfig'
   
   Most of the time in 'make olddefconfig' will be in the Makefile's preconfig target.
   
   Since you are using the same version of NuttX, differing only the select defconfig file, the preconfig is the same on all targets but must be performed again because of the 'make distclean' (which is also pretty slow).  To bad there isn't a way to cache the apps/Kconfig files to avoid the prefconfig.
   
   


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