On Wed, Oct 09, 2024 at 10:26:42PM -0700, Junio C Hamano wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > > - Patches 12 to 22 refactor parts of our build system to make proper > > out-of-tree builds a reality. > > Oooooh. I hope I didn't get you too exited: not wired up in Makefiles! I was being a bit unclear here, it basically lands all the pieces required to make that happen, but the bits only get properly wired up by Meson. There is no reasony why we cannot have it in our Makefile, too, though. Patrick