michael@0: #!/bin/sh michael@0: michael@0: set -e michael@0: michael@0: cd $SOURCE michael@0: make -f client.mk configure michael@0: make -C $ANALYZED_OBJDIR export michael@0: ./mach build -X nsprpub mfbt memory memory/mozalloc modules/zlib mozglue js/src xpcom/glue js/ductwork/debugger js/ipc js/xpconnect/loader js/xpconnect/wrappers js/xpconnect/src michael@0: status=$? michael@0: echo "[[[[ build.js complete, exit code $status ]]]]" michael@0: exit $status