lkml.org 
[lkml]   [2007]   [Dec]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/5] x86: teach vdso to clean
Date
From: Sam Ravnborg <sam@saturn.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@ravnborg.org>
Cc: Roland McGrath <roland@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
arch/x86/vdso/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 58708f6..b23120d 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -130,3 +130,6 @@ $(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


\
 
 \ /
  Last update: 2007-12-29 21:45    [W:0.054 / U:1.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site