提交 34948e0b 编写于 作者: M Michal Marek

kbuild: Drop support for clean-rule

clean-rule has not been used since 94869f86 (kbuild: Accept absolute
paths in clean-files and introduce clean-dirs) ten years ago.
Tested-by: NSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 97bf6af1
......@@ -70,9 +70,6 @@ ifneq ($(strip $(__clean-files)),)
endif
ifneq ($(strip $(__clean-dirs)),)
+$(call cmd,cleandir)
endif
ifneq ($(strip $(clean-rule)),)
+$(clean-rule)
endif
@:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册