Pass the installworld install(1) flags to make buildenv
This ensure that running make install inside buildenv correctly includes the METALOG flags when building with -DNO_ROOT. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D26038
This commit is contained in:
parent
e35406c8f7
commit
0f31fdf253
@ -1178,7 +1178,9 @@ buildenv: .PHONY
|
||||
.if ${BUILDENV_SHELL:M*zsh*}
|
||||
@echo For ZSH you must run: export CPUTYPE=${TARGET_CPUTYPE}
|
||||
.endif
|
||||
@cd ${BUILDENV_DIR} && env ${WMAKEENV} BUILDENV=1 ${BUILDENV_SHELL}
|
||||
@cd ${BUILDENV_DIR} && env ${WMAKEENV} \
|
||||
INSTALL="${INSTALL_CMD} ${INSTALLFLAGS}" \
|
||||
MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}" BUILDENV=1 ${BUILDENV_SHELL}
|
||||
|
||||
TOOLCHAIN_TGTS= ${WMAKE_TGTS:Neverything:Nbuild${libcompat}}
|
||||
toolchain: ${TOOLCHAIN_TGTS} .PHONY
|
||||
|
Loading…
Reference in New Issue
Block a user