Skip to content

Commit 3767961

Browse files
committed
kernel.spec: Remove tools/build/Build
JIRA: https://issues.redhat.com/browse/RHEL-29796 Upstream Status: RHEL only Since f9a8f52ce4707e4 ("tools build: Avoid circular .fixdep-in.o.cmd issues"), upstream known as ea97402 ("tools build: Avoid circular .fixdep-in.o.cmd issues"), the file tools/build/Build no longer exists. Remove the line that tries to copy it. Signed-off-by: Michael Petlan <[email protected]>
1 parent 3c38491 commit 3767961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redhat/kernel.spec.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,6 @@ BuildKernel() {
22132213
cp -a --parents tools/include/linux/compiler* $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
22142214
cp -a --parents tools/include/linux/types.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
22152215
cp -a --parents tools/build/Build.include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
2216-
cp --parents tools/build/Build $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
22172216
cp --parents tools/build/fixdep.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
22182217
cp --parents tools/objtool/sync-check.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
22192218
cp -a --parents tools/bpf/resolve_btfids $RPM_BUILD_ROOT/lib/modules/$KernelVer/build

0 commit comments

Comments
 (0)