]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11dcef7323a136328a4202871c2fefa9d5c1f6e1
tree28276686f47fdef6c306be5d3d910d60698b7336
parent442095410a84be4b003caeef05b837c320b58ec1
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