Skip site navigation (1)Skip section navigation (2)
Date:      25 Jul 2002 18:18:10 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        John Polstra <jdp@polstra.com>
Cc:        current@freebsd.org, mike@freebsd.org
Subject:   Re: sparc64 tinderbox failure
Message-ID:  <xzp3cu7ok71.fsf@flood.ping.uio.no>
In-Reply-To: <200207241542.g6OFgC9b032281@vashon.polstra.com>
References:  <200207241200.g6OC0dJJ005500@bowie.private> <20020724101904.D201@espresso.q9media.com> <200207241542.g6OFgC9b032281@vashon.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra <jdp@polstra.com> writes:
> Does tinderbox run with a nonstandard WARNS setting?  I did the
> cross build with these environment settings:

des@freefall ~% cat tinderbox/make.conf
CFLAGS           = -O -pipe
COPTFLAGS        = -O -pipe
NOPROFILE        = true
MAKE_KERBEROS4   = yes
MAKE_KERBEROS5   = yes

and the relevant bits of tinderbox.sh:

/bin/mkdir -p "${obj}"
MAKEOBJDIRPREFIX="${obj}"; export MAKEOBJDIRPREFIX
__MAKE_CONF="${base}/make.conf"; export __MAKE_CONF
    /usr/bin/make -s buildworld
for kc in ${kernels} ; do
    (cd sys/${arch}/conf && make ${kc})
    /usr/bin/make -s buildkernel KERNCONF=${kc} -DNO_WERROR
done

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp3cu7ok71.fsf>