On Mon, Dec 13, 2021 at 07:04:49PM +0000, Andrew Cooper wrote: > Something slightly weird is going on. Before this, the exact number of hits > that verson.sh gets isn't stable, even when running repeat incremental builds. > I suspect this means we've got a lurking parallel build issue.
It could simply be that `make` have decided that one of the Makefile have been updated and thus `make` need to reexecute. And I'm pretty sure it would be because of the generation of those .*.d2 files from .*.d dependency files. -- Anthony PERARD
