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

  /ndk/build/tools/
ndk-common.sh 94 TMPLOG=
97 TMPLOG="$NDK_LOGFILE"
115 TMPLOG="$NDK_LOGFILE"
116 rm -rf "$TMPLOG" && mkdir -p `dirname "$TMPLOG"` && touch "$TMPLOG"
117 echo "To follow build in another terminal, please use: tail -F $TMPLOG"
122 if [ -n "$TMPLOG" ] ; then
123 echo "$@" >> $TMPLOG
130 if [ -n "$TMPLOG" ] ; the
    [all...]
build-gdbserver.sh 206 dump "Could not configure gdbserver build. See $TMPLOG"
236 dump "Could not install $DSTFILE. See $TMPLOG"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 480 "$@" >>$TMPLOG 2>&1
505 TMPLOG=$BUILD_DIR/build.log
506 rm -rf $TMPLOG && touch $TMPLOG
531 echo "To follow build, run: tail -F $TMPLOG"
1215 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 482 "$@" >>$TMPLOG 2>&1
507 TMPLOG=$BUILD_DIR/build.log
508 rm -rf $TMPLOG && touch $TMPLOG
533 echo "To follow build, run: tail -F $TMPLOG"
1217 (eval $(task_get_cmd $TASK)) >> $TMPLOG 2>&1
    [all...]

Completed in 168 milliseconds