Date: Tue, 04 Apr 2006 18:00:52 +0200 From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: "Matthew Jacob" <lydianconcepts@gmail.com> Cc: FreeBSD Tinderbox <tinderbox@freebsd.org> Subject: Re: help for the lame Message-ID: <86d5fxgwjv.fsf@xps.des.no> In-Reply-To: <7579f7fb0604011334w7337ffc2l7ba583c1a2f31b9b@mail.gmail.com> (Matthew Jacob's message of "Sat, 1 Apr 2006 13:34:55 -0800") References: <7579f7fb0604011334w7337ffc2l7ba583c1a2f31b9b@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Matthew Jacob" <lydianconcepts@gmail.com> writes:
> I run a shell script like so:
> [...]
why don't you just use tbmaster?
> #!/bin/sh
>
> . ${HOME}/.path_set_sh
>
> for arch in sparc64 amd64 i386
> do
> mkdir -p /usr/ports/temp/${arch}
> nice tinderbox -a ${arch} -s /usr/ports/temp/${arch} -l
> /usr/ports/temp/${arch}.log clean update world generic lint
> if [ $? -ne 0 ]; then echo '******' $arch failed Tinderbox; fi
> done
You need to set the target machine as well, see below
> ===> lib/libipx (depend,all,install)
> rm -f .depend
> mkdep -f .depend -a
> /usr/ports/temp/amd64/HEAD/amd64/i386/src/lib/libipx/ipx_addr.c
^^^^^^^^^^
> ===> lib/libipx (depend,all,install)
> rm -f .depend
> mkdep -f .depend -a
> /usr/ports/temp/sparc64/HEAD/sparc64/i386/src/lib/libipx/ipx_addr.c
^^^^^^^^^^^^
DES
--
Dag-Erling Smørgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86d5fxgwjv.fsf>
