summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-01-27 21:10:03 +0000
committergjb <gjb@FreeBSD.org>2016-01-27 21:10:03 +0000
commit8c18d56f015601617e5d7f14ae42197dafdedae3 (patch)
treed765ad7427a93d14cc79ceb64cbc0f1c6ebf094e /Makefile
parent589dc73d2eba5f91a4ab047f4b31b5c1a4994c14 (diff)
downloadFreeBSD-src-8c18d56f015601617e5d7f14ae42197dafdedae3.zip
FreeBSD-src-8c18d56f015601617e5d7f14ae42197dafdedae3.tar.gz
Add 'stagekernel' target, which invokes 'distributekernel'
with -DNO_ROOT to create the METALOG mtree(8) file. Separate the default STAGEDIR for world (WSTAGEDIR) and kernel (KSTAGEDIR). Fix the 'create-kernel-packages' target to work properly. Evaluate if 'kernel' is set when invoking mtree-to-plist.awk, which splits the kernel and kernel.debug into separate plist files. Fix METALOG creation when building/packaging multiple kernels. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff57698..1bffd18 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
- xdev-links native-xtools create-kernel-packages stageworld \
+ xdev-links native-xtools create-kernel-packages stageworld stagekernel \
create-world-packages packages installconfig signpackages
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud