In article <[EMAIL PROTECTED]>,
Dag-Erling Smorgrav  <[EMAIL PROTECTED]> wrote:
> 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

Now I'm really confused.  If the script is passing -DNO_WERROR to
the buildkernel invocation then why did a warning kill the build?

John
-- 
  John Polstra
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa


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

Reply via email to