kbuild: rename any-prereq to newer-prereqs
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 7 Nov 2019 15:09:45 +0000 (00:09 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commiteba19032f99c32ecfbe23ce99bb1546db0a23bee
tree181af6d95cec4d569615638f561b3636879a1474
parent2d3b1b8f0da7b1b09f42231580d88f93b803ae7f
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 <yamada.masahiro@socionext.com>
scripts/Kbuild.include