Page MenuHomeFreeBSD

D41544.diff
No OneTemporary

D41544.diff

diff --git a/tools/build/make.py b/tools/build/make.py
--- a/tools/build/make.py
+++ b/tools/build/make.py
@@ -100,7 +100,8 @@
bmake_installed_version + "', treating as not present")
configure_args = [
- "--with-default-sys-path=" + str(bmake_install_dir / "share/mk"),
+ "--with-default-sys-path=.../share/mk:" +
+ str(bmake_install_dir / "share/mk"),
"--with-machine=amd64", # TODO? "--with-machine-arch=amd64",
"--without-filemon", "--prefix=" + str(bmake_install_dir)]

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 13, 1:24 AM (8 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23649633
Default Alt Text
D41544.diff (542 B)

Event Timeline