[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1198960876-21159-5-git-send-email-sam@ravnborg.org>
Date: Sat, 29 Dec 2007 21:41:16 +0100
From: Sam Ravnborg <sam@...nborg.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Sam Ravnborg <sam@...urn.ravnborg.org>,
Sam Ravnborg <sam@...nborg.org>,
Roland McGrath <roland@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>
Subject: [PATCH 5/5] x86: teach vdso to clean
From: Sam Ravnborg <sam@...urn.ravnborg.org>
A few files remained after 'make clean' in arch/x86/vdso/.
Teach vdso to clean up those files in a bit brutal fashion.
The filenames are just hardcoded in the Makefile.
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
Cc: Roland McGrath <roland@...hat.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: "H. Peter Anvin" <hpa@...or.com>
---
arch/x86/vdso/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index b23120d..d28dda5 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -131,5 +131,4 @@ $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
PHONY += vdso_install $(vdso-install-y)
vdso_install: $(vdso-install-y)
-clean-dirs := vdso32
clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80*
--
1.5.3.7.1112.g9758e
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists