HomeSort by relevance Sort by last modified time
    Searched refs:PKGNAME (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 262 local PKGNAME=$1
266 mkdir -p $OUT_DIR/$PKGNAME &&
267 cd $OUT_DIR/$PKGNAME &&
269 log "$PKGNAME: Configuring" &&
270 run $TOOLCHAIN_DIR/binutils/$PKGNAME/configure "$@"
271 fail_panic "Can't configure $PKGNAME !!"
273 log "$PKGNAME: Building" &&
275 fail_panic "Can't build $PKGNAME !!"
277 log "$PKGNAME: Installing" &&
279 fail_panic "Can't install $PKGNAME"
    [all...]
build-mingw64-toolchain.sh 519 local PKGNAME=$1
522 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
524 mkdir -p $BUILD_DIR/$PKGNAME &&
525 cd $BUILD_DIR/$PKGNAME &&
527 log "$PKGNAME: Configuring" &&
528 run $SRC_DIR/$PKGNAME/configure "$@"
529 fail_panic "Can't configure $PKGNAME !!"
531 log "$PKGNAME: Building" &&
533 fail_panic "Can't build $PKGNAME !!"
535 log "$PKGNAME: Installing" &
    [all...]
  /external/ltp/tools/pounder21/build_scripts/
bonnie++ 23 PKGNAME=bonnie++-1.03e
24 TARNAME="$PKGNAME.tgz"
69 if [ ! -d "$PKGNAME" ]; then
74 cd "$PKGNAME"
ipmitool 31 PKGNAME=ipmitool-1.8.9
33 TARNAME="$PKGNAME.tar.gz"
65 if [ ! -d "$PKGNAME" ]; then
70 cd "$PKGNAME"
lame 63 PKGNAME=lame-3.96.1
64 TARNAME="$PKGNAME.tar.gz"
78 if [ ! -d "PKGNAME" ]; then
83 cd "$PKGNAME"
  /external/libjpeg-turbo/release/
makecygwinpkg.in 18 PACKAGE_NAME=@PKGNAME@
makedpkg.in 66 PACKAGE_NAME=@PKGNAME@
makemacpkg.in 24 PACKAGE_NAME=@PKGNAME@

Completed in 236 milliseconds