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

  /ndk/build/tools/
build-mingw64-toolchain.sh 508 local PKGNAME=$1
511 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
513 mkdir -p $BUILD_DIR/$PKGNAME &&
514 cd $BUILD_DIR/$PKGNAME &&
516 log "$PKGNAME: Configuring" &&
517 run $SRC_DIR/$PKGNAME/configure "$@"
518 fail_panic "Can't configure $PKGNAME !!"
520 log "$PKGNAME: Building" &&
522 fail_panic "Can't build $PKGNAME !!"
524 log "$PKGNAME: Installing" &
    [all...]
download-toolchain-sources.sh 115 PKGNAME=android-ndk-toolchain-$RELEASE
116 TMPDIR=$NDK_TMPDIR/$PKGNAME
274 PACKAGE=/tmp/ndk-$USER/$PKGNAME.tar.bz2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 508 local PKGNAME=$1
511 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
513 mkdir -p $BUILD_DIR/$PKGNAME &&
514 cd $BUILD_DIR/$PKGNAME &&
516 log "$PKGNAME: Configuring" &&
517 run $SRC_DIR/$PKGNAME/configure "$@"
518 fail_panic "Can't configure $PKGNAME !!"
520 log "$PKGNAME: Building" &&
522 fail_panic "Can't build $PKGNAME !!"
524 log "$PKGNAME: Installing" &
    [all...]
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 154 PKGNAME="${PACKAGE}-${CHANNEL}-${VERSION}-${PACKAGE_RELEASE}"
155 mv "$RPMBUILD_DIR/RPMS/$ARCHITECTURE/${PKGNAME}.${ARCHITECTURE}.rpm" \
159 chmod a+r "${OUTPUTDIR}/${PKGNAME}.$ARCHITECTURE.rpm"

Completed in 321 milliseconds