| commit | eba19032f99c32ecfbe23ce99bb1546db0a23bee | [log] [tgz] |
|---|---|---|
| author | Masahiro Yamada <[email protected]> | Fri Nov 08 00:09:45 2019 +0900 |
| committer | Masahiro Yamada <[email protected]> | Mon Nov 11 20:10:01 2019 +0900 |
| tree | 181af6d95cec4d569615638f561b3636879a1474 | |
| parent | 2d3b1b8f0da7b1b09f42231580d88f93b803ae7f [diff] |
kbuild: rename any-prereq to newer-prereqs
GNU Make manual says:
$?
The names of all the prerequisites that are newer than the target,
with spaces between them.
To reflect this, rename any-prereq to newer-prereqs, which is clearer
and more intuitive.
Signed-off-by: Masahiro Yamada <[email protected]>