[PLUG] YAKCP - Yet Another Kernel Compile Problem

D. Cooper Stevenson cooper at linux-enterprise.net
Thu May 2 23:34:48 UTC 2002


On Thu, May 02, 2002 at 04:16:00PM -0700, Longman, Bill wrote:
> 
> I read about the mrproper target. I didn't read it until after I had done
> the compile initially. So should I just rewind, and do that first, before I
> do the clean dep bzImage....?
> 

I've had this happen myself. Sometime's I'll simply 'rm -rf' the /usr/src/linux directory and start from scratch:

   cd /usr/src
   tar xvfz linux-kernel-tarball.tar.gz
   cd linux
   make xconfig
   make dep
   make bzImage
   make modules
   make modules_install

-- 
______________________________________________________
Cooper Stevenson        |cooper.stevenson at wahchang.com
UNIX Administrator      |PH: (541)791-1322
Telledyne Wah Chang     |FAX: (541)924-6895
------------------------------------------------------




More information about the PLUG mailing list