Subject: Re: sparc64 error when compiling kernel
To: None <port-sparc64@netbsd.org>
From: gaspo <gaspolo@gmail.com>
List: port-sparc64
Date: 02/18/2005 01:59:21
now my server download cvs src
and while download i type:
netbsd# cd /usr/src
netbsd# ls
BUILDING     Makefile     UPDATING     build.sh     crypto
CVS          Makefile.inc bin          contrib
 netbsd# ./build.sh
 
ERROR: build.sh must be run from the top source level

 .. i edit build.sh and see:
 # This script should run on any POSIX-compliant shell.  For systems
 # with a strange /bin/sh, "ksh" or "bash" may be an ample alternative.#

but i have a normal shell..
 
 
> On Fri, 18 Feb 2005 11:53:09 +1100, matthew green <mrg@eterna.com.au> wrote:
> >
> >   cd /usr/src && ./build.sh -m sparc64 \
> >        -O /usr/obj.sparc64 -T /usr/tools.sparc64 \
> >        tools
> >   cd /usr/src && ./build.sh -u -m sparc64 \
> >        -O /usr/obj.sparc64 -T /usr/tools.sparc64 \
> >        kernel=GENERIC
> >
> > FWIW, you can run these at the same time.  just say
> > "tools kernel=GENERIC" or any other list of valid commands..
> >
>