[parisc-linux] kdb recipe

Carlos O'Donell Jr. carlos@baldric.uwo.ca
Wed, 8 May 2002 06:19:05 -0400


Joel,

The following recipe might help:

---
mkdir kdb-parisc
cd kdb-parisc
export CVSROOT=:pserver:anonymous@cvs.parisc-linux.org:/var/cvs
cvs login
cvs co linux
cvs co palo
mkdir kdb
cd kdb
wget ftp://oss.sgi.com/projects/kdb/download/v2.1/kdb-v2.1-2.4.18-common-3.bz2
bunzip2 kdb-v2.1-2.4.18-common-3.bz2
wget http://www.baldric.uwo.ca/~carlos/kdb-parisc/kdb-v2.1-2.4.18-pa23-parisc.bz2
bunzip2 kdb-v2.1-2.4.18-pa23-parisc.bz2
cd ../linux
patch -p1 < ../kdb/kdb-v2.1-2.4.18-common-3
patch -p1 < ../kdb/kdb-v2.1-2.4.18-pa23-parisc
make oldconfig (Answer CPU and KDB questions)
(You can alternatively configure other things)
make dep
make palo
---

I won't be maintaining kdb patches outside the CVS try anymore, 
so the second wget will soon become a cvs checkout.

c.