Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-09 Thread Jason Thorpe
On Sep 4, 2009, at 9:19 PM, Matt Thomas wrote: On Sep 4, 2009, at 8:59 PM, Izumi Tsutsui wrote: Modified Files: src/sys/conf [matt-nb5-mips64]: Makefile.kern.inc Log Message: Don't abort if DBSYM fails. It was intentionally changed to fatal: http://cvsweb.NetBSD.org/bsdweb.cgi/src

Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-05 Thread David Laight
On Sat, Sep 05, 2009 at 07:01:51PM +1000, Simon Burge wrote: > matthew green wrote: > > >> I see no reason to make it fatal. > > > >Otherwise we cannot detect errors on release build, > >i.e. no ksym(4) supports. > > > >> It means that when I build a kernel > >> with

Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-05 Thread Simon Burge
matthew green wrote: >> I see no reason to make it fatal. > >Otherwise we cannot detect errors on release build, >i.e. no ksym(4) supports. > >> It means that when I build a kernel >> with >> DEBUG, my kernel build will fail. That's stupid. > >Then disabl

re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-05 Thread matthew green
> I see no reason to make it fatal. Otherwise we cannot detect errors on release build, i.e. no ksym(4) supports. > It means that when I build a kernel > with > DEBUG, my kernel build will fail. That's stupid. Then disable it only if DEBUG, or keep it only in yo

Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-04 Thread Izumi Tsutsui
> I see no reason to make it fatal. Otherwise we cannot detect errors on release build, i.e. no ksym(4) supports. > It means that when I build a kernel > with > DEBUG, my kernel build will fail. That's stupid. Then disable it only if DEBUG, or keep it only in your local tree. --- Izumi Tsutsu

Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-04 Thread Matt Thomas
On Sep 4, 2009, at 8:59 PM, Izumi Tsutsui wrote: Modified Files: src/sys/conf [matt-nb5-mips64]: Makefile.kern.inc Log Message: Don't abort if DBSYM fails. It was intentionally changed to fatal: http://cvsweb.NetBSD.org/bsdweb.cgi/src/sys/conf/Makefile.kern.inc#rev1.70 . Make this

Re: CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-04 Thread Izumi Tsutsui
> Modified Files: > src/sys/conf [matt-nb5-mips64]: Makefile.kern.inc > > Log Message: > Don't abort if DBSYM fails. It was intentionally changed to fatal: http://cvsweb.NetBSD.org/bsdweb.cgi/src/sys/conf/Makefile.kern.inc#rev1.70 >> . Make this error a fatal build time error --- Izumi Ts