Searched refs:bmake_binary (Results 1 – 1 of 1) sorted by relevance
62 bmake_binary = bmake_install_dir / "bin/bmake"65 return bmake_binary90 return bmake_binary249 bmake_binary = bootstrap_bmake(source_root, objdir_prefix) variable267 shlex.quote(s) for s in [str(bmake_binary)] + bmake_args)271 os.execv(str(bmake_binary), [str(bmake_binary)] + bmake_args)