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>
Showing
- Documentation/kbuild/makefiles.rst 4 additions, 12 deletionsDocumentation/kbuild/makefiles.rst
- scripts/Makefile.clean 2 additions, 14 deletionsscripts/Makefile.clean
- scripts/kconfig/Makefile 1 addition, 1 deletionscripts/kconfig/Makefile
- usr/include/Makefile 1 addition, 3 deletionsusr/include/Makefile
Loading
Please register or sign in to comment