summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-10-05 12:02:59 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-10-05 12:02:59 -0500
commitfdd71c313e1f2ad59cb7dd1996416a345a1668f0 (patch)
treef6b88e701593a13d6e57db5513b2286c31f9d78d
parent9de60b93e3bf3e4cf5e3bd1f54f12379c697942b (diff)
downloadkernel-fdd71c313e1f2ad59cb7dd1996416a345a1668f0.tar.gz
kernel-fdd71c313e1f2ad59cb7dd1996416a345a1668f0.tar.xz
kernel-fdd71c313e1f2ad59cb7dd1996416a345a1668f0.zip
Try without FORCE_TARGETS
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-xkernel.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index df6abe026..474a0763a 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -2254,7 +2254,7 @@ export BPFTOOL=$(pwd)/tools/bpf/bpftool/bpftool
pushd tools/testing/selftests
# We need to install here because we need to call make with ARCH set which
# doesn't seem possible to do in the install section.
-%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf livepatch net net/forwarding net/mptcp netfilter tc-testing" SKIP_TARGETS="" FORCE_TARGETS=1 INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install
+%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf livepatch net net/forwarding net/mptcp netfilter tc-testing" SKIP_TARGETS="" INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install
# 'make install' for bpf is broken and upstream refuses to fix it.
# Install the needed files manually.