Skip to content

Commit e84b28f

Browse files
committed
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
JIRA: https://issues.redhat.com/browse/RHEL-2773 Conflicts: scripts/link-vmlinux.sh - diff-context, cs-9 does not have upstream 26ef40d ("kbuild: move .vmlinux.objs rule to Makefile.modpost") or 5d4aeff ("kbuild: rebuild .vmlinux.export.o when its prerequisite is updated") commit a78b6af Author: Masahiro Yamada <masahiroy@kernel.org> Date: Sun May 29 00:47:01 2022 +0900 kbuild: remove redundant cleanups in scripts/link-vmlinux.sh These are cleaned by the top Makefile. vmlinux.o and .vmlinux.d matches the '*.[aios]' and '.*.d' patterns respectively. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM-14 (x86-64) Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
1 parent fa1b423 commit e84b28f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/link-vmlinux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ cleanup()
371371
rm -f System.map
372372
rm -f vmlinux
373373
rm -f vmlinux.map
374-
rm -f vmlinux.o
375-
rm -f .vmlinux.d
376374
}
377375

378376
# Use "make V=1" to debug this script

0 commit comments

Comments
 (0)