linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: remove unused archmrproper
@ 2019-01-14  8:29 Masahiro Yamada
  2019-01-16 14:34 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-01-14  8:29 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Masahiro Yamada, uclinux-h8-devel, Yoshinori Sato, linux-kernel,
	Michal Marek

No one uses archmrproper.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 Makefile            | 4 ++--
 arch/h8300/Makefile | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 68898cc..a9c54e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1360,11 +1360,11 @@ mrproper: rm-dirs  := $(wildcard $(MRPROPER_DIRS))
 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
 mrproper-dirs      := $(addprefix _mrproper_,scripts)
 
-PHONY += $(mrproper-dirs) mrproper archmrproper
+PHONY += $(mrproper-dirs) mrproper
 $(mrproper-dirs):
 	$(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)
 
-mrproper: clean archmrproper $(mrproper-dirs)
+mrproper: clean $(mrproper-dirs)
 	$(call cmd,rmdirs)
 	$(call cmd,rmfiles)
 
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
index 4003ddc..f801f37 100644
--- a/arch/h8300/Makefile
+++ b/arch/h8300/Makefile
@@ -37,8 +37,6 @@ libs-y	+= arch/$(ARCH)/lib/
 
 boot := arch/h8300/boot
 
-archmrproper:
-
 archclean:
 	$(Q)$(MAKE) $(clean)=$(boot)
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kbuild: remove unused archmrproper
  2019-01-14  8:29 [PATCH] kbuild: remove unused archmrproper Masahiro Yamada
@ 2019-01-16 14:34 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2019-01-16 14:34 UTC (permalink / raw)
  To: Linux Kbuild mailing list
  Cc: moderated list:H8/300 ARCHITECTURE, Yoshinori Sato,
	Linux Kernel Mailing List, Michal Marek

On Mon, Jan 14, 2019 at 5:30 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> No one uses archmrproper.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---


Applied to linux-kbuild/fixes.

>
>  Makefile            | 4 ++--
>  arch/h8300/Makefile | 2 --
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 68898cc..a9c54e1 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1360,11 +1360,11 @@ mrproper: rm-dirs  := $(wildcard $(MRPROPER_DIRS))
>  mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
>  mrproper-dirs      := $(addprefix _mrproper_,scripts)
>
> -PHONY += $(mrproper-dirs) mrproper archmrproper
> +PHONY += $(mrproper-dirs) mrproper
>  $(mrproper-dirs):
>         $(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)
>
> -mrproper: clean archmrproper $(mrproper-dirs)
> +mrproper: clean $(mrproper-dirs)
>         $(call cmd,rmdirs)
>         $(call cmd,rmfiles)
>
> diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
> index 4003ddc..f801f37 100644
> --- a/arch/h8300/Makefile
> +++ b/arch/h8300/Makefile
> @@ -37,8 +37,6 @@ libs-y        += arch/$(ARCH)/lib/
>
>  boot := arch/h8300/boot
>
> -archmrproper:
> -
>  archclean:
>         $(Q)$(MAKE) $(clean)=$(boot)
>
> --
> 2.7.4
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14  8:29 [PATCH] kbuild: remove unused archmrproper Masahiro Yamada
2019-01-16 14:34 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).