[PATCH v2 1/2] x86,vdso: When vdso2c fails, unlink the output

2014-05-30 Thread Andy Lutomirski
This avoids bizarre failures if make is run again. Signed-off-by: Andy Lutomirski --- arch/x86/vdso/vdso2c.c | 20 +++- arch/x86/vdso/vdso2c.h | 10 +++--- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/arch/x86/vdso/vdso2c.c b/arch/x86/vdso/vdso2c.c index

[PATCH v2 1/2] x86,vdso: When vdso2c fails, unlink the output

2014-05-30 Thread Andy Lutomirski
This avoids bizarre failures if make is run again. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/vdso/vdso2c.c | 20 +++- arch/x86/vdso/vdso2c.h | 10 +++--- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/arch/x86/vdso/vdso2c.c