Lines Matching full:bmake
32 # bmake and inferring required compiler variables.
87 # Always bootstraps in order to control bmake's config to ensure compatibility
89 bmake_source_dir = source_root / "contrib/bmake"
90 bmake_build_dir = objdir_prefix / "bmake-build"
91 bmake_install_dir = objdir_prefix / "bmake-install"
92 bmake_binary = bmake_install_dir / "bin/bmake"
101 sys.exit("Invalid source bmake version '" + bmake_source_version + "'")
111 print("Invalid installed bmake version '" +
126 debug("Source bmake version: " + str(bmake_source_version))
127 debug("Installed bmake version: " + str(bmake_installed_version))
135 print("Bootstrapping bmake...")
153 print("Finished bootstrapping bmake...")