Lines Matching +full:runs +full:- +full:on
7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
54 // // The top-level Blueprints file is passed as the first argument.
79 // 1. The top-level Blueprints file
83 // The top-level Blueprints file describes how the entire source tree should be
106 // BLUEPRINT_BOOTSTRAP_VERSION - Used to detect when a user needs to run
109 // SRCDIR - The path to the source directory
110 // BLUEPRINTDIR - The path to the blueprints directory (includes $SRCDIR)
111 // GOROOT - The path to the root directory of the Go toolchain
112 // NINJA_BUILDDIR - The path to store .ninja_log, .ninja_deps
118 // - Runs microfactory.bash to build minibp
119 // - Runs the .minibootstrap/build.ninja to build .bootstrap/build.ninja
120 // - Runs .bootstrap/build.ninja to build and run the primary builder
121 // - Runs build.ninja to build your code
129 // - Run minibp to generate .bootstrap/build.ninja (Primary stage)
130 // - Includes .minibootstrap/build-globs.ninja, which defines rules to
137 // - Build the primary builder, anything marked `default: true`, and
139 // - Run the primary builder to generate build.ninja
140 // - Run the primary builder to extract documentation
141 // - Includes .bootstrap/build-globs.ninja, which defines rules to run
147 // adds a phony rule "blueprint_tools" that depends on all blueprint_go_binary