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

  /ndk/build/tools/
ndk-common.sh 81 TMPLOG=
84 TMPLOG="$NDK_LOGFILE"
102 TMPLOG="$NDK_LOGFILE"
103 rm -rf "$TMPLOG" && mkdir -p `dirname "$TMPLOG"` && touch "$TMPLOG"
104 echo "To follow build in another terminal, please use: tail -F $TMPLOG"
109 if [ -n "$TMPLOG" ] ; then
110 echo "$@" >> $TMPLOG
117 if [ -n "$TMPLOG" ] ; the
    [all...]
build-gdbserver.sh 205 dump "Could not configure gdbserver build. See $TMPLOG"
233 dump "Could not install $DSTFILE. See $TMPLOG"
build-gcc.sh 247 echo "Error while copying sysroot files. See $TMPLOG"
364 dump "Error while trying to configure toolchain build. See $TMPLOG"
388 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
393 echo "Error while building toolchain. See $TMPLOG"
405 echo "Error while installing toolchain. See $TMPLOG"
download-toolchain-sources.sh 277 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
293 rm -f $TMPLOG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 453 "$@" >>$TMPLOG 2>&1
487 TMPLOG=$BUILD_DIR/build.log
488 rm -rf $TMPLOG && touch $TMPLOG
517 echo "To follow build, run: tail -F $TMPLOG"
1197 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 453 "$@" >>$TMPLOG 2>&1
487 TMPLOG=$BUILD_DIR/build.log
488 rm -rf $TMPLOG && touch $TMPLOG
517 echo "To follow build, run: tail -F $TMPLOG"
1197 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 407 $@ >>$TMPLOG 2>&1
423 TMPLOG=$BUILD_DIR/build.log
424 rm -rf $TMPLOG && touch $TMPLOG
440 echo "To follow build, run: tail -F $TMPLOG"
984 (eval `task_get_cmd $TASK`) >> $TMPLOG 2>&1
    [all...]

Completed in 70 milliseconds