diff options
| author | Michal Marek <mmarek@suse.cz> | 2014-11-26 15:09:24 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-12-21 14:20:58 +0100 |
| commit | 0ba80165f42437e5349559f84f2df9fd513d3cf6 (patch) | |
| tree | 052326876dfb8d161c58e924af825dbc0823430e | |
| parent | 4e98948816440b79033381b44634762b13ba7d03 (diff) | |
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>
| -rw-r--r-- | scripts/Makefile.clean | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 334d41f2a..386fa805c 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. |
