OSDN Git Service

kheaders: remove meaningless -R option of 'ls'
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 1 Jul 2019 00:58:43 +0000 (09:58 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 Jul 2019 01:10:52 +0000 (10:10 +0900)
commitb60b7c2ea9b7f854d457fefd592c77f621a86580
treed242925d273b58b3d9f0907b4c9b899b0a4a649f
parent1e21cbfada87f697a2a7c450542a7d28925abee6
kheaders: remove meaningless -R option of 'ls'

The -R option of 'ls' is supposed to be used for directories.

   -R, --recursive
          list subdirectories recursively

Since 'find ... -type f' only matches to regular files, we do not
expect directories passed to the 'ls' command here.

Giving -R is harmless at least, but unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
kernel/gen_kheaders.sh