From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
To: joel.soete@freebel.net
Cc: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] kdb recipe
Date: Wed, 8 May 2002 06:19:05 -0400 [thread overview]
Message-ID: <20020508061905.B21381@systemhalted> (raw)
In-Reply-To: <1020837586.3cd8bed27dc62@webmail.tiscalinet.be>; from joel.soete@freebel.net on Wed, May 08, 2002 at 07:59:46AM +0200
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.
next prev parent reply other threads:[~2002-05-08 10:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-07 7:25 [parisc-linux] kdb patches for -pa23 ... moooo! joel.soete
2002-05-07 16:06 ` joel.soete
2002-05-07 17:46 ` Randolph Chung
2002-05-07 16:41 ` Paul Bame
2002-05-07 17:00 ` Paul Bame
2002-05-08 5:59 ` joel.soete
2002-05-08 10:19 ` Carlos O'Donell Jr. [this message]
2002-05-08 14:07 ` [parisc-linux] Re: kdb recipe joel.soete
2002-05-08 15:54 ` [parisc-linux] " Randolph Chung
2002-05-08 10:14 ` [parisc-linux] kdb patches for -pa23 ... moooo! Carlos O'Donell Jr.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020508061905.B21381@systemhalted \
--to=carlos@baldric.uwo.ca \
--cc=joel.soete@freebel.net \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.