Lines Matching full:bmake
32 # bmake and inferring required compiler variables.
75 # Always bootstraps in order to control bmake's config to ensure compatibility
77 bmake_source_dir = source_root / "contrib/bmake"
78 bmake_build_dir = objdir_prefix / "bmake-build"
79 bmake_install_dir = objdir_prefix / "bmake-install"
80 bmake_binary = bmake_install_dir / "bin/bmake"
89 sys.exit("Invalid source bmake version '" + bmake_source_version + "'")
99 print("Invalid installed bmake version '" +
114 debug("Source bmake version: " + str(bmake_source_version))
115 debug("Installed bmake version: " + str(bmake_installed_version))
123 print("Bootstrapping bmake...")
141 print("Finished bootstrapping bmake...")