commit | f463c3510d44ab11da607d7c3b289f90ea467d1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Mar 25 12:16:30 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Mar 29 22:37:53 2020 +0900 |
tree | 6678cf0b08d337eeb6e11f2636c48828032e5a69 | |
parent | 735aab1e008b6d9ba8057caa647b6619bf73460f [diff] |
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>