public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andy Lutomirski <luto@amacapital.net>
To: Magnus Damm <magnus.damm@gmail.com>, luto@amacapital.net
Cc: linux-sh@vger.kernel.org, x86@kernel.org,
	linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com,
	tglx@linutronix.de
Subject: Re: [PATCH] x86/vdso: Remove all generated files during clean
Date: Fri, 20 Feb 2015 11:21:56 -0800	[thread overview]
Message-ID: <54E78954.5070802@amacapital.net> (raw)
In-Reply-To: <20150219021311.24366.75477.sendpatchset@little-apple>

On 02/18/2015 06:13 PM, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
>
> Make sure the following files are removed as expected during "make clean":
>   + arch/x86/vdso/vdso-image-32-int80.c
>   + arch/x86/vdso/vdso-image-32-syscall.c
>   + arch/x86/vdso/vdso-image-32-sysenter.c
>   + arch/x86/vdso/vdso-image-64.c
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
>
>   arch/x86/vdso/Makefile |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> --- 0001/arch/x86/vdso/Makefile
> +++ work/arch/x86/vdso/Makefile	2015-02-19 10:50:15.975470639 +0900
> @@ -1,3 +1,4 @@
> +
>   #
>   # Building vDSO images for x86.
>   #
> @@ -206,4 +207,5 @@ $(vdso_img_insttargets): install_%: $(ob
>   PHONY += vdso_install $(vdso_img_insttargets)
>   vdso_install: $(vdso_img_insttargets) FORCE
>
> -clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
> +clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* \
> +               vdso-image-32* vdso-image-64*
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Applied, sans the extra newline.

Thanks,
Andy

  parent reply	other threads:[~2015-02-20 19:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19  2:13 [PATCH] x86/vdso: Remove all generated files during clean Magnus Damm
2015-02-19 11:06 ` Sergei Shtylyov
2015-02-20 19:21 ` Andy Lutomirski [this message]
2015-03-26  0:53   ` Andy Lutomirski

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=54E78954.5070802@amacapital.net \
    --to=luto@amacapital.net \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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