linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Cc: "moderated list:H8/300 ARCHITECTURE" 
	<uclinux-h8-devel@lists.sourceforge.jp>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Michal Marek <michal.lkml@markovi.net>
Subject: Re: [PATCH] kbuild: remove unused archmrproper
Date: Wed, 16 Jan 2019 23:34:32 +0900	[thread overview]
Message-ID: <CAK7LNASKFbynGoie6Pox8nZhikeobMDBk-V8gz=Z6cj3_ieKCQ@mail.gmail.com> (raw)
In-Reply-To: <1547454569-27319-1-git-send-email-yamada.masahiro@socionext.com>

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

      reply	other threads:[~2019-01-16 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14  8:29 [PATCH] kbuild: remove unused archmrproper Masahiro Yamada
2019-01-16 14:34 ` Masahiro Yamada [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK7LNASKFbynGoie6Pox8nZhikeobMDBk-V8gz=Z6cj3_ieKCQ@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.lkml@markovi.net \
    --cc=uclinux-h8-devel@lists.sourceforge.jp \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).