mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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:
parent
093daa268f
commit
2cb56dabe9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158870
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user