AlanRosenthal commented on pull request #5055:
URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999174079


   > > There seems to be some dependency issues when building in parallel.
   > 
   > Since now all the context targets are at the same level of dependency, we 
are having issues when say the chip context is made before config.h.
   
   I believe this is required to ensure config.h and all the simlinks are built 
before running context rules:
   ```
   %.context: include/nuttx/config.h dirlinks
   ```
   I am testing locally and will push if it looks promising 


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


Reply via email to