Re: Make clean misses stuff in 2.6.0-test4.

From: Rob Landley
Date: Tue Sep 02 2003 - 01:16:46 EST


On Tuesday 02 September 2003 00:15, Sam Ravnborg wrote:
> On Mon, Sep 01, 2003 at 05:42:37PM -0400, Rob Landley wrote:
> > I did a build as root, did a make clean (still as root), and then kicked
> > off a build as my normal user account:
> >
> > It died:
> >
> > rm: cannot remove `.tmp_versions/cryptoloop.mod': Permission denied
>
> The directory .tmp_versions is not deleted by 'make clean'.
> For that you need 'make mrproper'.
>
> Sam

Which zaps the .config, last time I tried it. (Just tried it again and yup,
it zapped it.)

Interestingly, I forgot that make install doesn't install modules (for that
you need make modules_install), but it DOES try to re-index them (resulting
in some complaints about the modules for the smp kernel I'd accidentally
compiled earlier having unresolved symbols in them). I misinterpreted this
as it complaining that the *.ko files in the build tree hadn't been updated,
and did a "find . -name '*.ko' | xargs rm", and at that point the build
process's dependencies got confused enough I just did a make clean and
started over...

Don't mind me, I'm having fun...

Rob

-
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/