diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-22 19:43:11 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-29 16:40:03 +0900 |
commit | 3c562a70cf4da331baef60ebb3f0e30b254006e9 (patch) | |
tree | 577f5dc87d3adde6b93bdfd34b78fbe178c5add8 /scripts | |
parent | 3430f65d6130ccbc86f0ff45642eeb9e2032a600 (diff) |
kbuild: remove a stale comment about cleaning in link-vmlinux.sh
Remove the left-over of commit 51eb95e2da41 ("kbuild: Don't remove
link-vmlinux temporary files on exit/signal").
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/link-vmlinux.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh index 7aca51b24e9f..46ce5d04dbeb 100755 --- a/scripts/link-vmlinux.sh +++ b/scripts/link-vmlinux.sh @@ -201,7 +201,6 @@ sorttable() ${objtree}/scripts/sorttable ${1} } -# Delete output files in case of error cleanup() { rm -f .btf.* |