summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-06-25 12:13:10 -0400
committerOz Linden <oz@lindenlab.com>2015-06-25 12:13:10 -0400
commitaa630cac08d14092e156c30042cb06e5e4937f2e (patch)
tree3699b54e6efecdeacfbdb0252eb1e15d73694657 /build.sh
parent00c69c5b1a9005b0221bddec143b222e66bcd2f1 (diff)
parente23228fef2834587af490d0345f29212445666d8 (diff)
merge buildcleanup
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index f1a392f61f..95b32ba429 100755
--- a/build.sh
+++ b/build.sh
@@ -173,6 +173,12 @@ build()
fi
}
+ if "$AUTOBUILD" build -c Doxygen
+ then
+ echo true >"$build_dir"/build_ok
+ else
+ echo false >"$build_dir"/build_ok
+ fi
# Check to see if we were invoked from the wrapper, if not, re-exec ourselves from there
if [ "x$arch" = x ]
then