Back out my sh -> ${SHELL} change, since it will be a few days before
I can fix it better. Requested by: ru@
This commit is contained in:
parent
a854646ee0
commit
ca8f2294b8
@ -470,7 +470,7 @@ buildworld: ${WMAKE_TGTS}
|
|||||||
|
|
||||||
buildenv:
|
buildenv:
|
||||||
@echo Entering world for ${TARGET_ARCH}:${TARGET}
|
@echo Entering world for ${TARGET_ARCH}:${TARGET}
|
||||||
@cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true
|
@cd ${.CURDIR} && env ${WMAKEENV} sh || true
|
||||||
|
|
||||||
TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
|
TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
|
||||||
toolchain: ${TOOLCHAIN_TGTS}
|
toolchain: ${TOOLCHAIN_TGTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user