Javinator9889 opened a new pull request, #16564: URL: https://github.com/apache/nuttx/pull/16564
## Summary The `utsname` library has a direct dependency with `nuttx/version.h` to grab the release information. However, it was detected that changes to the `.version` - which trigger the update of `nuttx/version.h` - were not propagated to some files with a direct dependency to it. To trigger a recompilation of the `libc` whenever the `.version` changes, a dependency was added to the `.depend` rule. ## Impact * When the `.version` file gets updated, the whole `libc` is recompiled. ## Testing N/A -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org