OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMPLOG
(Results
1 - 5
of
5
) sorted by null
/ndk/build/core/
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
120
if [ -n "$
TMPLOG
" ] ; the
[
all
...]
/ndk/build/tools/
build-gcc.sh
153
echo "Error while copying sysroot files. See $
TMPLOG
"
204
dump "Error while trying to configure toolchain build. See $
TMPLOG
"
223
echo "Error while building mingw toolchain. See $
TMPLOG
"
227
echo "Error while building toolchain. See $
TMPLOG
"
237
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
227
fail_panic "Could not package toolchain source archive ?. See $
TMPLOG
"
242
rm -f $
TMPLOG
/prebuilt/linux-x86/toolchain/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 241 milliseconds