On Fri, 15 May 2020 15:00:24 +0300, Yauheni Kaliuta wrote: > Using one shell for the whole recipe with long lists can cause > > make[1]: execvp: /bin/sh: Argument list too long > > with some shells. Triggered by commit 309b81f0fdc4 ("selftests/bpf: > Install generated test progs") > > It requires to change the rule which rely on the one shell > behaviour (run_tests). > > Simplify also INSTALL_SINGLE_RULE, remove extra echo, required to > workaround .ONESHELL. > > Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@xxxxxxxxxx> > Cc: Jiri Benc <jbenc@xxxxxxxxxx> > Cc: Shuah Khan <shuah@xxxxxxxxxx> Acked-by: Jiri Benc <jbenc@xxxxxxxxxx>