projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b66ca
)
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
author
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 28 May 2022 15:47:01 +0000
(
00:47
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 1 Jun 2022 14:07:29 +0000
(23:07 +0900)
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)
scripts/link-vmlinux.sh
patch
|
blob
|
history
diff --git
a/scripts/link-vmlinux.sh
b/scripts/link-vmlinux.sh
index 68e4be463a76f96b08d580e2fbec027f8a48539b..1c0af7288b7985c0054853eecbdf2857f5d5a0bb 100755
(executable)
--- a/
scripts/link-vmlinux.sh
+++ b/
scripts/link-vmlinux.sh
@@
-309,8
+309,6
@@
cleanup()
rm -f System.map
rm -f vmlinux
rm -f vmlinux.map
- rm -f vmlinux.o
- rm -f .vmlinux.d
rm -f .vmlinux.objs
rm -f .vmlinux.export.c
}