kbuild: remove duplicated comments about PHONY
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 5 Jul 2018 03:33:08 +0000 (12:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Jul 2018 13:04:03 +0000 (22:04 +0900)
commit6916162c7308332d5a029521821f925466de311d
tree28276686f47fdef6c306be5d3d910d60698b7336
parentbd412d81b7ea4cfa265e3d2309a166181ec7bdab
kbuild: remove duplicated comments about PHONY

The comment is the same as in the top-level Makefile.

Also, the comments contain typos:
  - the .PHONY variable  ->  the PHONY variable
  - se we can ...        ->  so we can ...

Instead of fixing the typos, just remove the duplicated comments.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build
scripts/Makefile.clean
scripts/Makefile.modbuiltin
scripts/Makefile.modinst
scripts/Makefile.modpost
scripts/Makefile.modsign