Re: [PATCH v2] kbuild: trivial cleanups on the comments

From: Randy Dunlap
Date: Sun Jul 16 2017 - 12:58:25 EST


On 07/16/2017 03:12 AM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
> ---
> Makefile | 6 +++---
> scripts/Kbuild.include | 7 +++----
> scripts/basic/Makefile | 2 +-
> 3 files changed, 7 insertions(+), 8 deletions(-)


> @@ -310,7 +309,7 @@ if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
> $(rule_$(1)), @:)
>
> ###
> -# why - tell why a a target got build
> +# why - tell why a target got build

tell why a target got built
or
tell why a target was built

> # enabled by make V=2
> # Output (listed in the order they are checked):
> # (1) - due to target is PHONY


--
~Randy