From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shawmail.shawcable.com ([64.59.128.220] helo=bpd2mo2no.prod.shawcable.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19UZJ5-00084r-00 for ; Mon, 23 Jun 2003 17:56:59 -0400 Received: from bpd2mi1no.prod.shawcable.com (bpd2mi1no-qfe3.prod.shawcable.com [10.0.184.120]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGY008GFFK3P2@l-daemon> for speakup@braille.uwo.ca; Mon, 23 Jun 2003 15:55:15 -0600 (MDT) Received: from nomad.shawcable.com ([24.70.172.254]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGY005C0FK2AW@l-daemon> for speakup@braille.uwo.ca; Mon, 23 Jun 2003 15:55:15 -0600 (MDT) Date: Mon, 23 Jun 2003 16:52:59 +0200 From: Doug Subject: Re: recompiling kernel In-reply-to: <001601c339c9$649daa90$6501a8c0@win2k> X-Sender: wearable@mail.shawcable.com To: speakup@braille.uwo.ca Message-id: <5.1.0.14.2.20030623165027.00a6b4d8@mail.shawcable.com> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; charset=us-ascii; format=flowed Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: make oldconfig might yield some strange results with a new kernel rev, since stuff changes. When I do a kernel upgrade, I do make mrproper Which makes sure there are no old deps and stuff make config make bzImage make modules make modules_install I do used make oldconfig if I'm still on the same kernel rev, but it's a good idea to do mrproper, and using oldconfig with a new kernel might not be a good idea.