Lines Matching refs:NAME

95 export NAME=foo
103 echo "#- -----------------------$NAME------------- -#"
108 echo " build to ${BUILD_DIR}/${NAME} and install in ${BUILD_DIR}/I${NAME} "
111 echo "${NAME} ---------------------------------------" >> ${STATS}
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}
133 /* NAME=${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
155 STATUS="${NAME}: ${1} "`date`
157 echo "*** ${NAME} ********* ${1} ************* "
162 FAILURE="error: ${BUILD_DIR}/${NAME}: ${1} "`date`
181 ##*## Stream filter to put 'NAME: ' in front of
183 ##*## . . . 2>&1 | tee -a ./bld.log | sed -e "s/^/${NAME}: /"
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
232 # Each one sets a NAME, and CPPFLAGS or other flags, and calls doit
238 export NAME=DEFAULT
254 export NAME=NO_MST
265 export NAME=NO_RGX
276 export NAME=NO_COL
287 export NAME=NO_BRK
298 export NAME=NO_FMT
309 export NAME=NO_UCM
320 export NAME=NO_FIO
330 export NAME=NO_CNV
342 export NAME=NO_XLT
353 export NAME=NO_IDN
364 export NAME=NO_NRM
375 export NAME=NO_SVC
386 export NAME=JS_COL
397 export NAME=NO_ALL
423 NAME=done