Lines Matching refs:run
203 64-bit binaries that can run on older Linux distributions, using the Android
366 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
377 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
380 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
457 run svn co $MINGW64_SVN_URL $MINGW_W64_SRC
463 (cd $MINGW_W64_SRC && run patch -p0 < $PATCH)
517 run $SRC_DIR/$PKGNAME/configure "$@"
521 run make -j$JOBS
525 run make install
562 … run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
565 run make install -j$JOBS
586 … run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \
590 run make
592 run make install -j$JOBS &&
593 run cd $INSTALL_DIR &&
594 run ln -s $TARGET_TAG mingw &&
595 run cd $INSTALL_DIR/mingw &&
596 run ln -s lib lib$TARGET_BITS
617 run $SRC_DIR/$PKGNAME/configure "$@"
621 run make -j$JOBS all-gcc
625 run make -j$JOBS install-gcc
645 run $MINGW_W64_SRC/mingw-w64-crt/configure "$@"
649 run make -j$JOBS
653 run make -j$JOBS install
673 run make -j$JOBS
677 run make -j$JOBS install
713 run tar cjf $PACKAGE_NAME -C $(dirname $INSTALL_DIR) $TARGET_TAG/