OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKG_URL
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
build-host-python.sh
146
local
PKG_URL
=$1
147
local PKG_NAME=$(basename $
PKG_URL
)
161
log "Downloading $
PKG_URL
..."
162
(cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$
PKG_URL
")
163
fail_panic "Can't download '$
PKG_URL
'"
167
log "Uncompressing $
PKG_URL
into $SRC_DIR"
build-mingw64-toolchain.sh
327
local
PKG_URL
=$1
328
local PKG_NAME=$(basename $
PKG_URL
)
342
log "Downloading $
PKG_URL
..."
343
(cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$
PKG_URL
")
344
fail_panic "Can't download '$
PKG_URL
'"
348
echo "$MD5SUM $
PKG_URL
" >> $INSTALL_DIR/README
351
log "Uncompressing $
PKG_URL
into $SRC_DIR"
Completed in 4929 milliseconds