From: Tony Hoyle <tmh@nothing-on.tv>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.4.xx won't recompile.
Date: Sat, 18 Aug 2001 19:18:10 +0100 [thread overview]
Message-ID: <3B7EB162.5070207@nothing-on.tv> (raw)
In-Reply-To: <01081812570001.09229@bits.linuxball> <001901c12810$97ef3a70$020a0a0a@totalmef>
Magnus Naeslund(f) wrote:
> Isn't it more safe to do it like this:
>
> make mrproper
> cp ../linux-2.4.8/.config .
> make oldconfig
> make xconfig
> make bzImage && make modules && make modules_install && make install
>
> ?
> I thought this was the proper way to do it, no?
>
You don't need to make bzimage first, and you missed the dep/clean steps
(theoretically not needed any more but I've had some really strange
compiler errors by missing them out).
cp ../linux-2.4.8/.config .
make oldconfig
make xconfig
make dep clean install modules modules_install
Tony
next prev parent reply other threads:[~2001-08-18 18:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-18 17:57 2.4.xx won't recompile Fred Jackson
2001-08-18 18:07 ` Magnus Naeslund(f)
2001-08-18 18:18 ` Tony Hoyle [this message]
2001-08-18 22:40 ` Fred Jackson
2001-08-18 22:57 ` Magnus Naeslund(f)
2001-08-18 23:08 ` André Dahlqvist
2001-08-19 0:49 ` Fred Jackson
2001-08-19 12:19 ` Pascal Schmidt
2001-08-18 18:07 ` Fred Jackson
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=3B7EB162.5070207@nothing-on.tv \
--to=tmh@nothing-on.tv \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.