Having multple kernel sources
Matthew Dillon
dillon at apollo.backplane.com
Sun Nov 14 11:57:15 PST 2004
:
:This patch lets you set a KERNEL_SOURCE variable in /etc/make.conf or on the
:command line and the the kernel source you have specified will be build.
:
:The kernel directory you specify must exist inside your src directory. It
:defaults to KERNEL_SOURCE=sys/ if nothing else is specified.
:
:I would just like to know what you people think, is it even needed?
:
:http://leaf.dragonflybsd.org/~eirikn/Makefile.inc1-multiplesys.patch
:
:--
:Eirik Nygaard
I don't think it's quite this simple. Makefile's all over the source
and system trees use "../.. ...../sys" sequences to get to 'sys'.
I like the idea in concept, but it might wind up being too messy to
implement.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Submit
mailing list