f04c55172f
This only checks to make sure that for a given updated file, the bootstrap stage is properly run. It doesn't actually check to make sure that anything was rebuilt. Change-Id: I9cb6ff1d483264da30e43d5580361d93b148f42c
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export BOOTSTRAP="${BASH_SOURCE[0]}"
|
|
export SRCDIR=".."
|
|
export BOOTSTRAP_MANIFEST="src.build.ninja.in"
|
|
|
|
../bootstrap.bash "$@"
|