Javinator9889 commented on PR #16564: URL: https://github.com/apache/nuttx/pull/16564#issuecomment-2992698187
> > I think this change is fine. We already have an explicit dependency on .config, so having an explicit dependency on .version makes sense to me. > > Are there any other non-source-code files that should also trigger the full rebuild? > > (Currently I'm only commenting; will approve once I can test the changes with an actual build.) > > A quick search shows that there are only a few usages of `version.h`: > >  > > And the `procfs` one is already being re-compiled whenever `version.h` changes - but only that file. TBH, I don't exactly understand why the `procfs` one is being recompiled while the `libc` is not. I think there's a bigger bug with the dependencies @xiaoxiang781216 @hartmannathan. I've tried changing any other file declared in the `Make.deps` and **the recompilation is not triggering** either. I'll take a deeper look on Monday and post here anything I find. -- 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