Searched refs:bmake_binary (Results 1 – 1 of 1) sorted by relevance
92 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_binary154 return bmake_binary342 bmake_binary = bootstrap_bmake(source_root, objdir_prefix) variable360 shlex.quote(s) for s in [str(bmake_binary)] + bmake_args)372 os.execv(str(bmake_binary), [str(bmake_binary)] + bmake_args)