Skip to content

Commit a29b823

Browse files
committed
kbuild: Remove duplicate $(cmd) definition in Makefile.clean
Makefile.clean includes Kbuild.include since commit 371fdc7 (kbuild: collect shorthands into scripts/Kbuild.include), so there is no need for a local copy. Signed-off-by: Michal Marek <[email protected]>
1 parent 371fdc7 commit a29b823

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/Makefile.clean

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ PHONY += $(subdir-ymn)
8888
$(subdir-ymn):
8989
$(Q)$(MAKE) $(clean)=$@
9090

91-
# If quiet is set, only print short version of command
92-
93-
cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))
94-
95-
9691
# Declare the contents of the .PHONY variable as phony. We keep that
9792
# information in a variable se we can use it in if_changed and friends.
9893

0 commit comments

Comments
 (0)