Date: Thu, 25 Jul 2002 12:25:01 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: John Polstra <jdp@polstra.com> Cc: current@freebsd.org, des@ofug.org Subject: Re: sparc64 tinderbox failure Message-ID: <20020725122501.E97380@espresso.q9media.com> In-Reply-To: <200207251621.g6PGLkBg033883@vashon.polstra.com>; from jdp@polstra.com on Thu, Jul 25, 2002 at 09:21:46AM -0700 References: <200207241200.g6OC0dJJ005500@bowie.private> <20020724101904.D201@espresso.q9media.com> <200207241542.g6OFgC9b032281@vashon.polstra.com> <xzp3cu7ok71.fsf@flood.ping.uio.no> <200207251621.g6PGLkBg033883@vashon.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra <jdp@polstra.com> writes: > In article <xzp3cu7ok71.fsf@flood.ping.uio.no>, > Dag-Erling Smorgrav <des@ofug.org> 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 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?20020725122501.E97380>