Re: [RFC PATCH bpf-next v5 5/8] selftests/bpf: generate verifier/tests.h in a regular recipe
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2026-08-04 at 10:01 -0700, Mykola Lysenko wrote: > The verifier/tests.h recipe is a $(shell ...) expansion: the command > runs while make expands the recipe line - including under make -n - > its exit status is discarded, and the resulting (empty) expansion is > what make actually executes. Turn it into a plain recipe. > > Signed-off-by: Mykola Lysenko <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...