John Polstra <[EMAIL PROTECTED]> 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 - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to