Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 06:55:01 -0800
From:      Julian Elischer <julian@elischer.org>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/conf NOTES src/sys/conf  files.alphafiles.i386 files.pc98
Message-ID:  <3A9BBFC5.47C850E1@elischer.org>
References:  <200102271235.f1RCZK726878@mobile.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Wemm wrote:
> 
> Julian Elischer wrote:
> > Peter Wemm wrote:
> > >
> > > peter       2001/02/27 00:11:29 PST
> > >
> > >   Modified files:
> > >     sys/i386/conf        NOTES
> > >     sys/conf             files.alpha files.i386 files.pc98
> > >   Log:
> > >   Add and document the LINPROCFS option, so that we can build linprocfs
> > >   (either as a module or in the kernel) after sys/modules/* dies.
> >                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > errrrrrr care to explain this?
> > is it planned?
> > I don't think I'm parsing this correctly.
> 
> sys/modules was always a temporary hack, which is why we have gone to a lot
> of trouble to not put source code or other files in there.  I have a patch
> that uses a unified build mechanism so that we avoid the duplicate
> building.  It builds modules and kernel at the same time.  The unified build
> is working, but not quite right yet.

I always test by stuff during development by 
cd /sys/modules/netgraph
cp -pr UI NEW_THING
cd NEW_THING
vi Makefile  #point to new sources
make depend; make

this allows me to test jsut the new module without building the entire kernel.
Specifically I may not even be ABLE to build a real kernel if the tree is broken 
but I don't care.. I can still build my module and work on killing warnings etc.
without having to have a working config or even any built kernels.

Will I still be able to do this?
If I can cd to /sys/dev/ed  and do "make module"
that would suit me.


> 
> Cheers,
> -Peter
> --
> Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
> "All of this is for nothing if we don't go to the stars" - JMS/B5

-- 
      __--_|\  Julian Elischer
     /       \ julian@elischer.org
    (   OZ    ) World tour 2000-2001
---> X_.---._/  
            v

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A9BBFC5.47C850E1>