Lines Matching refs:BUILD_OUT
31 BUILD_OUT=/tmp/ndk-$USER/build/yasm
83 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
84 setup_default_log_file $BUILD_OUT/config.log
86 rm -rf $BUILD_OUT
87 mkdir -p $BUILD_OUT
89 log "Copying yasm sources to $BUILD_OUT/src"
90 mkdir -p "$BUILD_OUT/src" && copy_directory "$SRC_DIR/yasm" "$BUILD_OUT/src"
91 fail_panic "Could not copy yasm sources to: $BUILD_OUT/src"
93 CONFIGURE_FLAGS="--disable-nls --disable-rpath --prefix=$BUILD_OUT/prefix"
104 prepare_canadian_toolchain $BUILD_OUT
110 cd $BUILD_OUT/src && run ./autogen.sh $CONFIGURE_FLAGS --build=$ABI_CONFIGURE_BUILD
111 fail_panic "Couldn't run autogen.sh in $BUILD_OUT/yasm!"
120 fail_panic "Failed to build the $BUILD_OUT/yasm!"
124 fail_panic "Failed to install $BUILD_OUT/yasm!"
126 run rm -rf $BUILD_OUT/prefix/share
130 find $BUILD_OUT/prefix/bin -maxdepth 1 -type f -exec $STRIP {} \;
136 run mkdir -p $(dirname "$OUT") && cp $BUILD_OUT/prefix/bin/$(get_host_exec_name yasm) $OUT
149 rm -rf $BUILD_OUT