Lines Matching refs:BUILDDIR
54 if [ -f ${BUILDDIR}/.toastermain.pid ] ; then
59 for pidfile in ${BUILDDIR}/.toastermain.pid ${BUILDDIR}/.runbuilds.pid; do
74 if ! cat "${BUILDDIR}/.toastermain.pid" 2>/dev/null | xargs -I{} kill -0 {} ; then
76 rm "${BUILDDIR}/.toastermain.pid"
87 </dev/null >>${BUILDDIR}/toaster_web.log 2>&1 \
88 & echo $! >${BUILDDIR}/.toastermain.pid
92 if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then
94 rm "${BUILDDIR}/.toastermain.pid"
183 TOASTERDIR=`dirname $BUILDDIR`
240 if [ -z "$BUILDDIR" ] || ! which bitbake >/dev/null 2>&1 ; then
280 conf=${BUILDDIR}/conf/local.conf
302 </dev/null >>${BUILDDIR}/toaster_runbuilds.log 2>&1 \
303 & echo $! >${BUILDDIR}/.runbuilds.pid