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 2023/01/05 11:47:29 UTC

[GitHub] [nuttx] realprocrastinator opened a new pull request, #8031: sim: Fix make tool doesn't rebuild dependencies of the libboard target

realprocrastinator opened a new pull request, #8031:
URL: https://github.com/apache/nuttx/pull/8031

   Signed-off-by: gaojiawei <ga...@xiaomi.com>
   
   ## Summary
   
   The issue here is that the `libboard` target doesn't depend on anything. Hence, make will not notice the file changes and rerun the recipe that is used to build `libboard`. The solution here is to mark this target as `PHONY` to force make execute the recipe all the time.
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8031: sim: Fix make tool doesn't rebuild dependencies of the libboard target

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #8031:
URL: https://github.com/apache/nuttx/pull/8031


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org