Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Sat, 14 Feb 2009, Andrew Doran wrote:
> > > The kernel Makefile also depends on this option.
> > 
> > The kernel makefile is created by config(1), which should do
> > the right thing.  What do you think needs to be changed?
> 
> .if !empty(IDENT:M-DMODULAR)
> KERN_AS=        obj
> .else
> KERN_AS=        library
> .endif

Oh, you mean the IDENT=-DMODULAR is missing.  I don't know how to fix that.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index