Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145886358
D26038.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
592 B
Referenced Files
None
Subscribers
None
D26038.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1178,7 +1178,9 @@
.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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 5:17 PM (9 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29006143
Default Alt Text
D26038.diff (592 B)
Attached To
Mode
D26038: Pass the installworld install(1) flags to make buildenv
Attached
Detach File
Event Timeline
Log In to Comment