lkml.org 
[lkml]   [1996]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Why not make mrproper? (was Linux v2.1.16)

Bernhard Rosenkraenzer wrote:
>
> On Wed, 18 Dec 1996, Kai Schulte wrote:

> Why not just do this:
>
> #!/bin/sh
> cd /usr/src
> rm linux
> ln -s linux-$1 linux
> cd linux
<----------------<+
> make mrproper |
> cp ../config.`/bin/hostname` .config |
> make oldconfig |
> cp .config ../config.`/bin/hostname` >---^
> make dep
> make clean
> make zImage
> make modules
> make modules_install
> cp /usr/src/linux/arch/i386/boot/zImage /linux-$1
> lilo


Ummm, you trashed your .config

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.284 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site