Searched refs:PKGNAME (Results 1 - 2 of 2) sorted by relevance

/ndk/build/tools/
H A Dbuild-mingw64-toolchain.sh457 local PKGNAME=$1
460 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
462 mkdir -p $BUILD_DIR/$PKGNAME &&
463 cd $BUILD_DIR/$PKGNAME &&
465 log "$PKGNAME: Configuring" &&
466 run $SRC_DIR/$PKGNAME/configure "$@"
467 fail_panic "Can't configure $PKGNAME !!"
469 log "$PKGNAME: Building" &&
471 fail_panic "Can't build $PKGNAME !!"
473 log "$PKGNAME
[all...]
H A Ddownload-toolchain-sources.sh116 PKGNAME=android-ndk-toolchain-$RELEASE
117 TMPDIR=/tmp/ndk-$USER/$PKGNAME
298 PACKAGE=/tmp/ndk-$USER/$PKGNAME.tar.bz2

Completed in 1582 milliseconds