Skip to content

Commit

Permalink
kbuild: Drop support for clean-rule
Browse files Browse the repository at this point in the history
clean-rule has not been used since 94869f8 (kbuild: Accept absolute
paths in clean-files and introduce clean-dirs) ten years ago.

Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
michal42 committed Jan 2, 2015
1 parent 97bf6af commit 34948e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/Makefile.clean
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ ifneq ($(strip $(__clean-files)),)
endif
ifneq ($(strip $(__clean-dirs)),)
+$(call cmd,cleandir)
endif
ifneq ($(strip $(clean-rule)),)
+$(clean-rule)
endif
@:

Expand Down

0 comments on commit 34948e0

Please sign in to comment.