Subject: Re: kernel driver support for Dell 5/iR raid controller
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Brandon Lee <brandon@xcodes.net>
List: tech-kern
Date: 07/01/2007 20:31:56
On 7/1/07, Brandon Lee <brandon@xcodes.net> wrote:
> On 7/1/07, Manuel Bouyer <bouyer@antioche.eu.org> wrote:
> > On Sat, Jun 30, 2007 at 10:24:38PM +0800, Brandon Lee wrote:
> > > Hi Manuel,
> > >
> > > Below is the error on the "./build.sh release" :
> > >
> > > ---------- extract ------------------
> > > cleandir ===> distrib/i386/instkernel
> > > rm -f netbsd-boot440 netbsd-boot440.gz netbsd-boot440.symbols.gz
> > > rm -f a.out [Ee]rrs mklog core *.core .gdbinit
> > > rm -f netbsd-boot440 netbsd-boot440.gz netbsd-boot440.symbols.gz
> > > cleandir ===> distrib/i386/cdroms
> > > nbmake: don't know how to make cleandir. Stop
> > >
> > > nbmake: stopped in /usr/src/distrib/i386/cdroms
> >
> > Do you have a Makefile in distrib/i386/cdroms ?
> > It looks like your source tree is incomplete.
> >
> > --
> > Manuel Bouyer <bouyer@antioche.eu.org>
> >      NetBSD: 26 ans d'experience feront toujours la difference
> > --
> >
>
> Hi,
>
> I think i made some changes to it... will remove the Makefile and do a
> cvs update and then build.sh again.
>
> --
> ./Brandon
>

Hi Manuel,

any idea how i can skip the auto build of "ALL" kernel as im getting
the below error:
acpi.o joy_acpi.o pcppi_acpi.o attimer_acpi.o ym_acpi.o aiboost.o
ug_acpi.o acpi_wakeup.o vald_acpi.o spic_acpi.o sony_acpi.o npx_acpi.o
vesabios.o rasops.o rasops8.o rasops15.o rasops32.o vesafb.o
powernow_k7.o glxsb.o athhal.o
/usr/obj/sys/arch/i386/compile/ALL/lib/compat/libcompat.a
/usr/obj/sys/arch/i386/compile/ALL/lib/kern/libkern.o vers.o
swapnetbsd.o
*** Error code 1

Stop.
nbmake: stopped in /usr/obj/sys/arch/i386/compile/ALL

*** Failed target:  kern-ALL
*** Failed command: cd /usr/src/sys/arch/i386/compile/obj/ALL &&
/usr/src/obj/tooldir.NetBSD-4.0_BETA2-i386/bin/nbmake depend &&
/usr/src/obj/tooldir.NetBSD-4.0_BETA2-i386/bin/nbmake
*** Error code 1

Stop.
nbmake: stopped in /usr/src/etc

*** Failed target:  release
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}"
;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with:
$@)}"; cd "${real}" &&
/usr/src/obj/tooldir.NetBSD-4.0_BETA2-i386/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget etc release
DISTRIBUTION_DONE=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make release
*** BUILD ABORTED ***


-- 
./Brandon