]> git.ipfire.org Git - people/ms/linux.git/commit - Kbuild
kbuild: remove unimportant comments from ./Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Feb 2019 09:33:03 +0000 (18:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 27 Feb 2019 12:40:01 +0000 (21:40 +0900)
commit01d509a48b467fa6e03d4af43b84bce835af4cef
tree8ed29ee6c8981520d262bd7122f274054ccbd202
parent67274c083438340ad16c1437caebc84e1253b224
kbuild: remove unimportant comments from ./Kbuild

Every time we add/remove a target, we need to touch the header part,
including renumbering. This is not so important information.

Numbering targets is rather misleading because they are not necessarily
generated in this order. For example, 1) and 2) can be executed
simultaneously when the -j option is given.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Kbuild