Lines Matching refs:BUILD
169 --build-dir=*)
170 BUILD_DIR=${OPT##--build-dir=}
196 "Usage: $PROGNAME [options] [<build-type> ...]
198 This script is used to ensure that all OpenSSL build variants compile
201 the build.
203 A <build-type> is a description of a given build of the library and its
212 By default, it rebuilds the sources for the following build types:
222 launches 'make' in it to build all binaries in parallel. In case of
223 problem, you can use the --build-dir=<path> option to specify a custom
224 build-directory, which will _not_ be removed when the script exits.
226 For example, to better see why a build fails:
228 ./$PROGNAME --build-dir=/tmp/mydir
234 --build-dir=<path> Specify build directory.
235 --jobs=<count> Run <count> parallel build jobs [$NUM_JOBS].
250 log "Build types: $BUILD_TYPES"
263 log "Using temporary build directory: $BUILD_DIR"
265 log "Using user build directory: $BUILD_DIR"
274 # $2: build arch.
287 # $2 build arch.
301 # $1: build type (e.g. gcc-android-arm)
302 # Out: build arch.
307 # $1: build arch
350 # $1: build type (e.g. gcc-android-arm)
394 # $1: build type.
395 # Out: common compiler flags for this build.
413 # $1: build type.
414 # Out: linker for this build.
423 # Generate build instructions to compile source files.
426 # $2: build type
455 # The version of clang that comes with the platform build doesn't
488 # $3: build type.
502 # TODO(digit): Make the clang build link properly.
527 # $3: build type.
542 # TODO(digit): Make the clang build link properly.
565 echo "# Build type: $build_type"
579 # Use 'make V=1' to print build commands.
594 # TODO(digit): Make the Clang build run.
610 for BUILD in $ALL_BUILDS; do
611 dump " $BUILD"
624 dump " $PROGNAME --build-dir=/tmp/mybuild"