HomeSort by relevance Sort by last modified time
    Searched refs:TMPLOG (Results 1 - 5 of 5) sorted by null

  /ndk/build/core/
ndk-common.sh 68 TMPLOG=
71 TMPLOG="$NDK_LOGFILE"
89 TMPLOG="$NDK_LOGFILE"
90 rm -rf "$TMPLOG" && mkdir -p `dirname "$TMPLOG"` && touch "$TMPLOG"
91 echo "To follow build in another terminal, please use: tail -F $TMPLOG"
96 if [ -n "$TMPLOG" ] ; then
97 echo "$@" >> $TMPLOG
107 if [ -n "$TMPLOG" ] ; the
    [all...]
  /ndk/build/tools/
build-gcc.sh 147 echo "Error while copying sysroot files. See $TMPLOG"
185 dump "Error while trying to configure toolchain build. See $TMPLOG"
204 echo "Error while building mingw toolchain. See $TMPLOG"
208 echo "Error while building toolchain. See $TMPLOG"
218 echo "Error while installing toolchain. See $TMPLOG"
build-gdbserver.sh 206 dump "Could not configure gdbserver build. See $TMPLOG"
237 dump "Could not install $DSTFILE. See $TMPLOG"
download-toolchain-sources.sh 192 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
206 rm -f $TMPLOG
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 193 $@ >>$TMPLOG 2>&1
203 TMPLOG=$BUILD_DIR/build.log
204 rm -rf $TMPLOG && touch $TMPLOG
215 echo "To follow build, run: tail -F $TMPLOG"
653 eval `task_get_cmd $TASK` >> $TMPLOG 2>&1

Completed in 135 milliseconds