On 02.08.2022 19:09, Anthony PERARD wrote: > On Mon, Jul 11, 2022 at 04:08:55PM +0200, Jan Beulich wrote: >> Can you confirm things to work when >> building locally in just this subdir, e.g. via >> >> make -sC .../tools/fuzz/x86_instruction_emulator >> CC=/build/afl/2.52b-base/afl-gcc >> >> ? > > Yes, that still works. But I'm not sure why you would ask since the > tools/ build system works this way, execution of make in a subdir > doesn't depends on the execution from the parent dir (it doesn't > depends on anything in the envvar).
Oh, I wasn't even aware of this as a general feature in tools/. Is this going to survive your rework to use non-recursive makefiles? Jan