If the user asks for "kernel sources" to be installed, extract the

SRC_BASE package (src/[A-Z]*) as well as SRC_SYS (src/sys/*).  This
allows users who only install the kernel source code to use the
modern "make buildkernel" approach.

Discussed with:	re (scottl, kensmith)
MFC after:	3 days
This commit is contained in:
Colin Percival 2006-05-24 03:34:57 +00:00
parent 093daa268f
commit 2cb56dabe9

View File

@ -254,7 +254,7 @@ distSetKernDeveloper(dialogMenuItem *self)
distReset(NULL);
Dists = _DIST_DEVELOPER;
SrcDists = DIST_SRC_SYS;
SrcDists = DIST_SRC_SYS | DIST_SRC_BASE;
KernelDists = selectKernel();
i = distMaybeSetPorts(self);
distVerifyFlags();