From: Masahiro Yamada Date: Mon, 4 May 2020 08:08:06 +0000 (+0900) Subject: kbuild: remove misleading stale FIXME comment X-Git-Tag: v5.10.7~2415^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=610134b750bb33675864a9041090886cd787bd04;p=platform%2Fkernel%2Flinux-rpi.git kbuild: remove misleading stale FIXME comment This comment was added by commit ("kbuild: Restore build nr, improve vmlinux link") [1]. It was talking about if_changed_rule at that time. Now, it is unclear what to fix. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ea52ca1b3e3882b499cc6c043f384958b88b62ff Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index e329bd4..97c819a 100644 --- a/Makefile +++ b/Makefile @@ -1835,9 +1835,6 @@ tools/%: FORCE $(Q)mkdir -p $(objtree)/tools $(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objtree)) subdir=tools -C $(srctree)/tools/ $* -# FIXME Should go into a make.lib or something -# =========================================================================== - quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) cmd_rmdirs = rm -rf $(rm-dirs)