Hello!

On Tue, Jun 21, 2005 at 08:04:43AM -0500, Rene Rivera wrote:

>---build-kernel.sh---
>#!/bin/sh
>
>#CONF=/conf/RED5OF5
>CONF=GENERIC
>
>CONFNAME=`basename ${CONF}`
>
>set -e
>cd /usr
>cvs -d [EMAIL PROTECTED]:/cvs -z3 co -P -rOPENBSD_3_7 src
>rm -rf /usr/src/sys/arch/i386/compile/${CONFNAME}
>cd /usr/src/sys/arch/i386/conf
>/usr/sbin/config ${CONF}
>cd /usr/src/sys/arch/i386/compile/${CONFNAME}
>make clean
>make depend
>make
>---build-kernel.sh---

Looks fine. Did you check the output of the cvs run for whether
the checkout worked OK?

Kind regards,

Hannah.

Reply via email to