linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Make clean misses stuff in 2.6.0-test4.
@ 2003-09-01 21:42 Rob Landley
  2003-09-02  4:15 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Landley @ 2003-09-01 21:42 UTC (permalink / raw)
  To: linux-kernel

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
rm: cannot remove `.tmp_versions/orinoco.mod': Permission denied
rm: cannot remove `.tmp_versions/hermes.mod': Permission denied
rm: cannot remove `.tmp_versions/orinoco_cs.mod': Permission denied
rm: cannot remove `.tmp_versions/orinoco_tmd.mod': Permission denied
rm: cannot remove `.tmp_versions/snd-seq-midi.mod': Permission denied
rm: cannot remove `.tmp_versions/snd-rawmidi.mod': Permission denied
rm: cannot remove `.tmp_versions/snd-mpu401-uart.mod': Permission denied
rm: cannot remove `.tmp_versions/snd-ac97-codec.mod': Permission denied
rm: cannot remove `.tmp_versions/snd-ali5451.mod': Permission denied

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Make clean misses stuff in 2.6.0-test4.
  2003-09-01 21:42 Make clean misses stuff in 2.6.0-test4 Rob Landley
@ 2003-09-02  4:15 ` Sam Ravnborg
  2003-09-02  6:15   ` Rob Landley
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2003-09-02  4:15 UTC (permalink / raw)
  To: Rob Landley; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Make clean misses stuff in 2.6.0-test4.
  2003-09-02  4:15 ` Sam Ravnborg
@ 2003-09-02  6:15   ` Rob Landley
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Landley @ 2003-09-02  6:15 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-02  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-01 21:42 Make clean misses stuff in 2.6.0-test4 Rob Landley
2003-09-02  4:15 ` Sam Ravnborg
2003-09-02  6:15   ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).