lkml.org 
[lkml]   [1996]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Problem with 2.0.20
Date
> BTW, are we both missing something here?  Is there a command-line opt (or
> another version) of patch that creates new files in the right places?
>

Are you using the -p0 switch on patch? I just use a simple shell script
in /usr/src that reads:

---
echo Patching kernel source to version $1 -- Logging to '"'kuplog-$1'"'
cd linux
make clean > /dev/null
cd ..
zcat patch-$1 | patch -p0 2> kuplog-$1
---

The -p0 adds files in the right place. (Actually, I beileve one is
supposed to make mrproper, and copy out the .config file, then make
oldocnfig, but I've never had any difficulty with the above...)

--
Jared in Redmond, WA
jared@isysg.com

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