OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMPLOG
(Results
1 - 6
of
6
) 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
215
dump "Could not configure gdbserver build. See $
TMPLOG
"
243
dump "Could not install $DSTFILE. See $
TMPLOG
"
download-toolchain-sources.sh
277
fail_panic "Could not package toolchain source archive ?. See $
TMPLOG
"
293
rm -f $
TMPLOG
build-gcc.sh
250
echo "Error while copying sysroot files. See $
TMPLOG
"
388
dump "Error while trying to configure toolchain build. See $
TMPLOG
"
413
echo "Error while building mingw/darwin toolchain. See $
TMPLOG
"
418
echo "Error while building toolchain. See $
TMPLOG
"
435
echo "Error while installing toolchain. See $
TMPLOG
"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
477
"$@" >>$
TMPLOG
2>&1
502
TMPLOG
=$BUILD_DIR/build.log
503
rm -rf $
TMPLOG
&& touch $
TMPLOG
528
echo "To follow build, run: tail -F $
TMPLOG
"
1212
(eval $(task_get_cmd $TASK)) >> $
TMPLOG
2>&1
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
477
"$@" >>$
TMPLOG
2>&1
502
TMPLOG
=$BUILD_DIR/build.log
503
rm -rf $
TMPLOG
&& touch $
TMPLOG
528
echo "To follow build, run: tail -F $
TMPLOG
"
1212
(eval $(task_get_cmd $TASK)) >> $
TMPLOG
2>&1
[
all
...]
Completed in 2433 milliseconds