From: Magnus Damm <magnus.damm@gmail.com>
To: luto@amacapital.net
Cc: linux-sh@vger.kernel.org, x86@kernel.org,
linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com,
Magnus Damm <magnus.damm@gmail.com>,
tglx@linutronix.de
Subject: [PATCH] x86/vdso: Remove all generated files during clean
Date: Thu, 19 Feb 2015 02:13:11 +0000 [thread overview]
Message-ID: <20150219021311.24366.75477.sendpatchset@little-apple> (raw)
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*
WARNING: multiple messages have this Message-ID (diff)
From: Magnus Damm <magnus.damm@gmail.com>
To: luto@amacapital.net
Cc: linux-sh@vger.kernel.org, x86@kernel.org,
linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com,
Magnus Damm <magnus.damm@gmail.com>,
tglx@linutronix.de
Subject: [PATCH] x86/vdso: Remove all generated files during clean
Date: Thu, 19 Feb 2015 11:13:11 +0900 [thread overview]
Message-ID: <20150219021311.24366.75477.sendpatchset@little-apple> (raw)
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*
next reply other threads:[~2015-02-19 2:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 2:13 Magnus Damm [this message]
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-19 11:06 ` Sergei Shtylyov
2015-02-20 19:21 ` Andy Lutomirski
2015-02-20 19:21 ` Andy Lutomirski
2015-03-26 0:53 ` Andy Lutomirski
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=20150219021311.24366.75477.sendpatchset@little-apple \
--to=magnus.damm@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=luto@amacapital.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.