Home | History | Annotate | Download | only in bootstrap

Lines Matching refs:script

20 //   2. A script interpreter (e.g. Bash or Python)
81 // 3. The bootstrap script
92 // script to create a usable Ninja file. It can be created by running the
97 // The bootstrap script is a small script (or theoretically a compiled binary)
110 // The bootstrapping process begins with the user running the bootstrap script
111 // to initialize a new build directory. The script is run from the build
124 // @@Bootstrap@@ - The path to the bootstrap script
127 // Once the script completes the build directory is initialized and ready to run
128 // a build. A wrapper script (blueprint.bash by default) has been installed in