In 'create-kernel-packages', do not exit with an error if NO_ROOT is
not set. The 'stageworld' target is invoked with -DNO_ROOT, so the metalog file(s) will be created regardless. This matches the behavior of 'create-world-packages'. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fe036cdd93
commit
b779a5daf7
@ -1384,10 +1384,6 @@ packages:
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} create-world-packages
|
||||
|
||||
create-kernel-packages:
|
||||
.if !defined(NO_ROOT)
|
||||
@echo "ERROR: create-kernel-packages can only be done with -DNO_ROOT"; \
|
||||
false
|
||||
.endif
|
||||
@cd ${DESTDIR}/${DISTDIR} ; \
|
||||
awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk \
|
||||
${DESTDIR}/${DISTDIR}/kernel.meta
|
||||
|
Loading…
Reference in New Issue
Block a user