summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.clean
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2014-11-26 15:09:24 +0100
committerMichal Marek <mmarek@suse.cz>2014-11-26 15:09:24 +0100
commita29b82326ed4eb5567b03c85b52c6891578d5a03 (patch)
treeadbc949bbd31099866ba3ed914e359d797679c55 /scripts/Makefile.clean
parent371fdc77af44f4cb32475fd499e1d912ccc30890 (diff)
downloadop-kernel-dev-a29b82326ed4eb5567b03c85b52c6891578d5a03.zip
op-kernel-dev-a29b82326ed4eb5567b03c85b52c6891578d5a03.tar.gz
kbuild: Remove duplicate $(cmd) definition in Makefile.clean
Makefile.clean includes Kbuild.include since commit 371fdc77 (kbuild: collect shorthands into scripts/Kbuild.include), so there is no need for a local copy. Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Makefile.clean')
-rw-r--r--scripts/Makefile.clean5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index 0aa91a0..1bca180 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -88,11 +88,6 @@ PHONY += $(subdir-ymn)
$(subdir-ymn):
$(Q)$(MAKE) $(clean)=$@
-# If quiet is set, only print short version of command
-
-cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))
-
-
# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable se we can use it in if_changed and friends.
OpenPOWER on IntegriCloud