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
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
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
> 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
> 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
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
> 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