Re: BDECFLAGS in make.conf

2007-08-30 Thread Pietro Cerutti
Andrey Shuvikov wrote: > Hi, > > The example make.conf has a comment about BDECFLAGS variable, which is > "suggested for use in developing FreeBSD". But when I tried to use it > "make buildworld" fails ("inline" is not defined). Is this variable > really supposed to be in make.conf, or did I misun

Re: BDECFLAGS in make.conf

2007-08-30 Thread Kris Kennaway
Andrey Shuvikov wrote: Hi, The example make.conf has a comment about BDECFLAGS variable, which is "suggested for use in developing FreeBSD". But when I tried to use it "make buildworld" fails ("inline" is not defined). Is this variable really supposed to be in make.conf, or did I misunderstand s

BDECFLAGS in make.conf

2007-08-30 Thread Andrey Shuvikov
Hi, The example make.conf has a comment about BDECFLAGS variable, which is "suggested for use in developing FreeBSD". But when I tried to use it "make buildworld" fails ("inline" is not defined). Is this variable really supposed to be in make.conf, or did I misunderstand something? Thanks a lot,