Home
last modified time | relevance | path

Searched refs:bmake_binary (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/tools/build/
H A Dmake.py80 bmake_binary = bmake_install_dir / "bin/bmake"
92 if bmake_binary.exists():
94 bmake_binary, "-r", "-f", "/dev/null", "-V", "MAKE_VERSION"],
121 return bmake_binary
142 return bmake_binary
304 bmake_binary = bootstrap_bmake(source_root, objdir_prefix) variable
322 shlex.quote(s) for s in [str(bmake_binary)] + bmake_args)
334 os.execv(str(bmake_binary), [str(bmake_binary)] + bmake_args)