John Polstra <[EMAIL PROTECTED]> writes:
> In article <[EMAIL PROTECTED]>,
> Dag-Erling Smorgrav  <[EMAIL PROTECTED]> wrote:
> > 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
> 
> Now I'm really confused.  If the script is passing -DNO_WERROR to
> the buildkernel invocation then why did a warning kill the build?

Peter disabled NO_WERROR's effect in rev 1.16 of
sys/conf/kern/kern.pre.mk.

Best regards,
Mike Barcroft

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

Reply via email to