Home
last modified time | relevance | path

Searched refs:TARNAME (Results 1 – 6 of 6) sorted by relevance

/external/ltp/tools/pounder21/build_scripts/
Dipmitool33 TARNAME="$PKGNAME.tar.gz"
54 if [ ! -f "$TARNAME" ]; then
56 wget "${POUNDER_CACHE}${TARNAME}"
58 if [ ! -f "$TARNAME" ]; then
59 get_from_sourceforge $PROGNAME $TARNAME
66 tar -xzf "$TARNAME"
Dbonnie++24 TARNAME="$PKGNAME.tgz"
59 if [ ! -f "$TARNAME" ]; then
61 wget "${POUNDER_CACHE}${TARNAME}"
63 if [ ! -f "$TARNAME" ]; then
64 wget "http://www.coker.com.au/bonnie++/$TARNAME"
70 tar -xzf "$TARNAME"
Dbuild_kernel23 TARNAME=linux-2.6.39.tar.bz2
31 if [ ! -f "$TARNAME" ]; then
33 wget "${POUNDER_CACHE}${TARNAME}"
35 if [ ! -f "$TARNAME" ]; then
36 wget "http://www.kernel.org/pub/linux/kernel/v2.6/$TARNAME"
Dlame64 TARNAME="$PKGNAME.tar.gz"
68 if [ ! -f "$TARNAME" ]; then
70 wget "${POUNDER_CACHE}${TARNAME}"
72 if [ ! -f "$TARNAME" ]; then
73 get_from_sourceforge $PROGNAME $TARNAME
79 tar -xzf "$TARNAME"
/external/ltp/tools/pounder21/
Dlibpounder.sh43 TARNAME=$2
52 if [ -f "$TARNAME" ]; then
59 wget -t 1 --timeout=15 "http://$SERVER/sourceforge/$PROGNAME/$TARNAME"
61 if [ -f "$TARNAME" ]; then
/external/ltp/tools/pounder21/doc/
DCONFIGURATION80 Instead of calling "wget http://www.kernel.org/pub/linux/kernel/v2.6/$TARNAME"
82 directory, then call "wget ${POUNDER_CACHE}${TARNAME}," where POUNDER_CACHE