Source-Changes archive

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

Re: CVS commit: src/sys



On Sat, Feb 14, 2009 at 11:26:53AM +0200, Alan Barrett wrote:

> On Sat, 14 Feb 2009, enami tsugutomo wrote:
> > > Log Message:
> > > Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
> > > in all kernel sources that use the MODULAR option.
> > > Proposed in tech-kern on 18 Jan 2009.
> > 
> > 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


Home | Main Index | Thread Index | Old Index