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/19 15:28:05 UTC

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #397: apps: use CONFIGURED_APPS to iterate clean targets

v01d commented on pull request #397:
URL: https://github.com/apache/incubator-nuttx-apps/pull/397#issuecomment-695263624


   Note: an alternative approach would be to solve this recursively: have the top-level Makefile go into one level below, clean there, recurse into subdirectories. I tried this (and I believe this is how it was originally) but this is really slow because it goes into absolutely every subdirectory, even when we know it was not built. Thus my reasoning of directly going into configured application directories.


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