Re: [PATCH 4/5] kbuild: make clean improved

From: V13
Date: Tue Jun 15 2004 - 13:50:14 EST


On Monday 14 June 2004 23:50, Russell King wrote:
> On Mon, Jun 14, 2004 at 10:46:55PM +0200, Sam Ravnborg wrote:
> > # Directories & files removed with 'make clean'
> > CLEAN_DIRS += $(MODVERDIR)
> > -CLEAN_FILES += vmlinux System.map \
> > +CLEAN_FILES += vmlinux System.map .version .config.old \
> > .tmp_kallsyms* .tmp_version .tmp_vmlinux*
>
> Why should 'make clean' remove the build version? Traditionally,
> this has been preserved until 'make mrproper'.

I believe that when removing .version you should remove .config too, so either
it should include .config or it should not include .version.

<<V13>>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/