Home
last modified time | relevance | path

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

/freebsd/tools/build/
H A Dmake.py92 bmake_binary = bmake_install_dir / "bin/bmake"
104 if bmake_binary.exists():
106 bmake_binary, "-r", "-f", "/dev/null", "-V", "MAKE_VERSION"],
133 return bmake_binary
154 return bmake_binary
342 bmake_binary = bootstrap_bmake(source_root, objdir_prefix) variable
360 shlex.quote(s) for s in [str(bmake_binary)] + bmake_args)
372 os.execv(str(bmake_binary), [str(bmake_binary)] + bmake_args)