On Tue, Jul 16, 2019 at 5:22 PM Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote: > > Makefile becomes hairier by the day, thx for cleaning it up a bit :-) > > > > > But I also don't think we need to worry about creating them, because > > > there is always at least one test (otherwise those tests are useless > > > anyways) in those directories, so we might as well just remove those > > > dependencies, I guess. > > We probably care about them for "make -C tools/selftests O=$PWD/xyz" case > > where OUTPUT would point to a fresh/clean directory. > > Oh, yes, out-of-tree builds, forgot about that, so yeah, we need that. Anyhow the patches fixed the issue I was seeing. Hence both applied.