Message ID | 4A0D9AD1.70905@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Jan Kiszka wrote: > The smaller the patch... sigh. > > ------------> > > Remove the configure output config.kbuild, config.mak and arch links via > distclean. > Applied, thanks.
diff --git a/Makefile b/Makefile index dad5f0b..cef121d 100644 --- a/Makefile +++ b/Makefile @@ -68,3 +68,6 @@ rpm: all clean: $(MAKE) -C $(KERNELDIR) M=`pwd` $@ + +distclean: clean + rm -f config.kbuild config.mak include/asm include-compat/asm
The smaller the patch... sigh. ------------> Remove the configure output config.kbuild, config.mak and arch links via distclean. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html