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