Home
last modified time | relevance | path

Searched hist:"99 aacebe" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/
H A Dlib.mk99aacebe Wed May 27 02:16:57 CDT 2020 Yauheni Kaliuta <yauheni.kaliuta@redhat.com> selftests: do not use .ONESHELL

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@redhat.com>
Cc: Jiri Benc <jbenc@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>