kbuild: remove clean-dirs syntax
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Aug 2019 01:31:27 +0000 (10:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Aug 2019 14:54:29 +0000 (23:54 +0900)
commit1634f2bfdb846ed0a8b73131a9dff7c420fb3fe1
treee11cf667281d9d4cb4d1f0f115a3ccef077781ed
parent36de077b20d05321466f8eaba0ae01b9b18ad93c
kbuild: remove clean-dirs syntax

The only the difference between clean-files and clean-dirs is the -r
option passed to the 'rm' command.

You can always pass -r, and then remove the clean-dirs syntax.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Documentation/kbuild/makefiles.rst
scripts/Makefile.clean
scripts/kconfig/Makefile
usr/include/Makefile