public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Make clean misses stuff in 2.6.0-test4.
Date: Tue, 2 Sep 2003 02:15:01 -0400	[thread overview]
Message-ID: <200309020215.01953.rob@landley.net> (raw)
In-Reply-To: <20030902041547.GB1016@mars.ravnborg.org>

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


      reply	other threads:[~2003-09-02  6:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200309020215.01953.rob@landley.net \
    --to=rob@landley.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox