Subject: Re: patching kernel tree
To: None <port-mac68k@NetBSD.ORG>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: port-mac68k
Date: 05/30/1998 07:12:40
Armen Babikyan <armenb@moof.ai.mit.edu> wrote:

Armen> Cool. Well I figured out how to make it work so that
Armen> I didn't have to type the file name of every .c file -
Armen> I just "ln -s . netbsd-1.3" and "ln -s .
Armen> netbsd-1.3.1" in /usr/src

Armen> that made the patching process go smoothly, anyway. i
Armen> hope this compiles fine...never had a kernel
Armen> successfully compile before.

Though it's okey, but you want to do 'patch -p1 -s' or some.
Option -p1 tells patch to strip first 1 directory name from
pathname.  -s tells it to be quiet unless error occurs.

Consult a man page for more info.

--
SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
Happy Hacking!