OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOWNLOADS
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/scripts/
download-and-build-firefox
8
DOWNLOADS
="$SRCDIR/
downloads
"
34
mkdir -p ${
DOWNLOADS
} || exit $?
38
if [ ! -e $
DOWNLOADS
/$TAR ]; then
39
( cd $
DOWNLOADS
&& wget -q $SRCURL/$TAR )
43
( cd $SRCDIR && tar -xjf $
DOWNLOADS
/$TAR )
download-and-build-gcc
12
DOWNLOADS
=$SRCDIR/
downloads
43
mkdir -p ${
DOWNLOADS
} || exit $?
47
if [ ! -e $
DOWNLOADS
/$TAR ]; then
49
if cd $
DOWNLOADS
; then
58
( cd $SRCDIR && tar -xjf $
DOWNLOADS
/$TAR )
Completed in 56 milliseconds