Ouss4 commented on pull request #1893:
URL: https://github.com/apache/incubator-nuttx/pull/1893#issuecomment-698338794


   > Adding the - to all includes for Make.defs on arch Makefiles isn't 
something we got away from recently? I understand this may be necessary since 
the Makefile will be called before the board Make.defs is in place, right?
   
   Exactly, the only issue is that we call `clean_context` before starting the 
dirlink process, that won't work without the '-'.
   The cleaning could be delayed until `distclean` and we get rid of the '-' 
but that would break the `context`/`clean_context` symmetry.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to