OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEST_DIR
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/scripts/
build_update_site.sh
29
DEST_DIR
="$HOME"
30
[ -z "$
DEST_DIR
" ] && [ -n "$USER" ] &&
DEST_DIR
="/home/$USER"
31
[ -z "$
DEST_DIR
" ] &&
DEST_DIR
="~"
32
DEST_DIR
="$
DEST_DIR
/www/no_crawl"
34
"$D/build_server.sh" "$
DEST_DIR
" "$BUILD_NUMBER" -z "$INTERNAL_BUILD"
build_server.sh
21
DEST_DIR
=""
33
elif [ "$1" != "" ] && [ -z "$
DEST_DIR
" ]; then
34
DEST_DIR
="$1"
58
[ -n "$
DEST_DIR
" ] || die "Usage: $0 <destination-directory> [build-number]"
59
[ -d "$
DEST_DIR
" ] || die "Destination directory $
DEST_DIR
must exist."
83
[ -d "$
DEST_DIR
/$BUILD_PREFIX" ] || rm -rfv "$
DEST_DIR
/$BUILD_PREFIX"
85
# Perform the Eclipse build and move the result in $
DEST_DIR
/android-build
86
sdk/eclipse/scripts/build_plugins.sh $QUALIFIER $INTERNAL_BUILD -d "$
DEST_DIR
" -a "$BUILD_PREFIX
[
all
...]
/external/llvm/utils/buildit/
build_llvm
25
# move it once it's built, so this mostly controls the layout of $
DEST_DIR
.
30
DEST_DIR
="$5"
128
$SRC_DIR/configure --prefix=$
DEST_DIR
$DEST_ROOT $configure_opts \
178
# $
DEST_DIR
, with occasional 'lipo' commands.
180
cd $
DEST_DIR
|| exit 1
182
# Clean out
DEST_DIR
in case -noclean was passed to buildit.
207
echo "#define LLVM_VERSION ${RC_ProjectSourceVersion}" > $
DEST_DIR
$DEST_ROOT/include/llvm/Version.h
208
echo "#define LLVM_MINOR_VERSION ${RC_ProjectSourceSubversion}" >> $
DEST_DIR
$DEST_ROOT/include/llvm/Version.h
221
$STRIP -Sl $
DEST_DIR
$DEST_ROOT/lib/*.[oa]
222
for f in `ls $
DEST_DIR
$DEST_ROOT/lib/*.so`; d
[
all
...]
Completed in 5412 milliseconds