]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: add comment about grouped target
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 25 Mar 2020 03:16:30 +0000 (12:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Mar 2020 13:37:53 +0000 (22:37 +0900)
commitf463c3510d44ab11da607d7c3b289f90ea467d1b
tree6678cf0b08d337eeb6e11f2636c48828032e5a69
parent735aab1e008b6d9ba8057caa647b6619bf73460f
kbuild: add comment about grouped target

GNU Make commit 8c888d95f618 ("[SV 8297] Implement "grouped targets"
for explicit rules.") added the '&:' syntax.

I think '&:' is a perfect fit here, but we cannot use it any time
soon. Just add a TODO comment.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile