diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-25 12:13:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-25 12:13:10 -0400 |
commit | aa630cac08d14092e156c30042cb06e5e4937f2e (patch) | |
tree | 3699b54e6efecdeacfbdb0252eb1e15d73694657 /build.sh | |
parent | 00c69c5b1a9005b0221bddec143b222e66bcd2f1 (diff) | |
parent | e23228fef2834587af490d0345f29212445666d8 (diff) |
merge buildcleanup
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |