]> 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)
commit16a2fd6d74347969ce858071cc468a79ccc8e0f9
tree28276686f47fdef6c306be5d3d910d60698b7336
parentee3e31057c379073bb143b6b93de44c63638d0d9
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