Re: [PATCH] x86: delete vsyscall files during make clean

2007-10-17 Thread Thomas Gleixner
On Wed, 17 Oct 2007, Sam Ravnborg wrote: > make clean failed to delete a few files in > x86/kernel. This is because kbuild does not > see the correct/full kernel/Makefile. > > As a workaround until the Makefiles are merged specify > the files to be deleted in the common Makefile. > > Reported by

[PATCH] x86: delete vsyscall files during make clean

2007-10-17 Thread Sam Ravnborg
make clean failed to delete a few files in x86/kernel. This is because kbuild does not see the correct/full kernel/Makefile. As a workaround until the Makefiles are merged specify the files to be deleted in the common Makefile. Reported by Mike Galbraith <[EMAIL PROTECTED]> Signed-off-by: Sam Ra