From: "Magnus Naeslund\(f\)" <mag@fbab.net>
To: "Fred Jackson" <fred@arkansaswebs.com>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.xx won't recompile.
Date: Sat, 18 Aug 2001 20:07:07 +0200 [thread overview]
Message-ID: <001901c12810$97ef3a70$020a0a0a@totalmef> (raw)
In-Reply-To: <01081812570001.09229@bits.linuxball>
From: "Fred Jackson" <fred@arkansaswebs.com>
>
[snipi]
>
> I start with the usual
> make mrproper
> make xconfig ( I load a kernel config file - originally created with
> 2.4.8)
> make bzImage
> make modules
> make modules_install
> make install
>
> (i've already edited lilo.conf and the links in the /boot directory)
>
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?
Magnus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Programmer/Networker [|] Magnus Naeslund
PGP Key: http://www.genline.nu/mag_pgp.txt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
next prev parent reply other threads:[~2001-08-18 18:05 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) [this message]
2001-08-18 18:18 ` Tony Hoyle
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='001901c12810$97ef3a70$020a0a0a@totalmef' \
--to=mag@fbab.net \
--cc=fred@arkansaswebs.com \
--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.