Lines Matching refs:BUILD_DIR
17 # You can also use the uconfigtest.local file to override the BUILD_DIR
36 BUILD_DIR=${BUILD_DIR:-${S}/uconfigtest}
38 if [ ! -d ${BUILD_DIR} ];
40 mkdir -p ${BUILD_DIR} || exit 1
43 FAILS=${BUILD_DIR}/fails
44 STATS=${BUILD_DIR}/stats
96 mkdir -p ${BUILD_DIR} ${BUILD_DIR}/times 2>/dev/null
108 echo " build to ${BUILD_DIR}/${NAME} and install in ${BUILD_DIR}/I${NAME} "
118 echo cleaning ${BUILD_DIR}/${NAME} and ${BUILD_DIR}/I${NAME}
119 rm -rf ${BUILD_DIR}/I${NAME} ${BUILD_DIR}/${NAME}
120 mkdir -p ${BUILD_DIR}/${NAME}
127 mkdir -p ${BUILD_DIR}/${NAME} 2>/dev/null
128 cd ${BUILD_DIR}/${NAME}
147 CPPFLAGS="${CPPFLAGS} -D${UCONFIG_USE_LOCAL} -I${BUILD_DIR}/${NAME}/emtinc"
149 $SRC_DIR/runConfigureICU ${ICUPLATFORM} $CONFIG_OPTS $COPTS --prefix=${BUILD_DIR}/I${NAME} --srcdir=$SRC_DIR 2>&1 > ${BUILD_DIR}/${NAME}/config.out
162 FAILURE="error: ${BUILD_DIR}/${NAME}: ${1} "`date`
184 cd ${BUILD_DIR}/${NAME}
186 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.all make -k ${JOPT} all ${1} DEPS= || fail make
188 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.install make -k install ${1} DEPS= INSTALL_DATA='ln -svf ' || fail install
189 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.il make -k install-local ${1} DEPS= || fail install-local
191 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.tst make -k ${JOPT} tests ${1} DEPS= || fail tests
192 if [ -f ${BUILD_DIR}/${NAME}/test/intltest/intltest ];
196 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.chk make -k ${JOPT} pcheck ${1} INTLTEST_OPTS=-w CINTLTST_OPTS=-w DEPS= || fail check
201 PATH=${BUILD_DIR}/I${NAME}/bin:$PATH make -k -C ${BUILD_DIR}/${NAME}/test/hdrtst/ DEPS= check || fail hdrtst
204 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.irun ${S}/../../scripts/icurun -i ${BUILD_DIR}/I${NAME} ${TESTCPP} || fail irun
245 USE_PREBUILT_DATA="ICUDATA_SOURCE_ARCHIVE=`echo ${BUILD_DIR}/DEFAULT/data/out/tmp/*.dat`"
247 CROSS_BUILD="--with-cross-build=${BUILD_DIR}/DEFAULT --disable-tools --disable-extras --disable-samples"
425 echo "All builds finished! Times are in ${BUILD_DIR}/times"
427 echo "grep status ${BUILD_DIR}/times/*"
428 grep status ${BUILD_DIR}/times/*