diff options
author | Tharre <tharre3@gmail.com> | 2016-12-20 13:18:59 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-12-20 13:18:59 +0100 |
commit | b39506329fbb46c5da343f20a5de7e328729da8f (patch) | |
tree | de3ae522da1f7ea8b18c49a9315dd4b3c430369c /out | |
parent | 7bbab7ea616864fdcfe19100e1c9a31981d34650 (diff) | |
download | redo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.gz redo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.xz redo-b39506329fbb46c5da343f20a5de7e328729da8f.zip |
Replace the build.sh script with bootstrap.sh
Diffstat (limited to 'out')
-rw-r--r-- | out/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/out/config.sh b/out/config.sh index 9b45b5f..4f836d6 100644 --- a/out/config.sh +++ b/out/config.sh @@ -7,7 +7,7 @@ CC=${CC-$PREF} CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression $CFLAGS" LDFLAGS="$LDFLAGS" -if [ ! -n "$SH_BUILD" ]; then +if [ ! -n "$BOOTSTRAP_BUILD" ]; then if [ -f "../config.local" ]; then redo-ifchange ../config.local . ../config.local |