OSDN Git Service

modpost: move -T option close to the modpost command
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:02 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 3 Jun 2020 04:22:17 +0000 (13:22 +0900)
commit89d6117680bd8ac6a86f58576de0bd6905421707
tree323f80336aec95af2ee0553d262bb55a71c2d7c4
parent91e6ee581270b8ae970f028b898314d73f16870b
modpost: move -T option close to the modpost command

The '-T -' option reads the file list from stdin.

It is clearer to put it close to the piped command.

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