Searched refs:BUILDDIR (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/stdcxx/Solaris/
H A Dprep_build_area.sh25 export BUILDDIR=""
49 BUILDDIR=`echo $1 | sed "s,^-builddir=\(.*\),\1,"`
65 export IS_64_BIT SRCDIR BUILDDIR
67 if [ "x${SRCDIR}" = "x" ] || [ "x${BUILDDIR}" = "x" ] ; then
89 if [ ! -d ${BUILDDIR} ] ; then
90 echo "build directory ${BUILDDIR} not found or unreadable!"
99 cd ${BUILDDIR}/etc/nls
112 cd ${BUILDDIR}/build
120 cd ${BUILDDIR}/etc/nls
137 cd ${BUILDDIR}/buil
[all...]
H A Dconfigure32 export BUILDDIR=""
57 BUILDDIR=`echo $1 | sed "s,^-builddir=\(.*\),\1,"`
74 export BUILDDIR="${TOPLEVELDIR}/build"
75 export LD_LIBRARY_PATH="${BUILDDIR}/lib:${LD_LIBRARY_PATH}"
79 echo "BUILDDIR: ${BUILDDIR}"
237 rm -rf ${BUILDDIR}
262 export LD_OPTIONS="${LD_OPTIONS} -L${BUILDDIR}/include -R${BUILDDIR}/include"
280 cd ${BUILDDIR}/includ
[all...]
H A Dinstall.sh28 export BUILDDIR=""
50 export BUILDDIR=`echo $1 | ${SED} "s,^-builddir=\(.*\),\1,"`
79 if [ "x${PREFIX}" = "x" ] || [ "x${SRCDIR}" = "x" ] || [ "x${BUILDDIR}" = "x" ] || [ "x${COMPONENTDIR}" = "x" ] ; then
108 if [ -f ${BUILDDIR}/.installed ] ; then
109 rm -f ${BUILDDIR}/.installed
112 cd ${BUILDDIR}/build/lib
477 touch ${BUILDDIR}/.installed

Completed in 493 milliseconds