Home | History | Annotate | Download | only in tools

Lines Matching defs:run

69 run ()
207 echo " --jobs=<num> Run <num> build tasks in parallel [$JOBS]."
343 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
354 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
357 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
433 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC
439 (cd $MINGW_W64_SRC && run patch -p0 < $PATCH)
493 run $SRC_DIR/$PKGNAME/configure "$@"
497 run make -j$JOBS
501 run make install
538 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
541 run make install -j$JOBS
562 run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \
566 run make
568 run make install -j$JOBS &&
569 run cd $INSTALL_DIR &&
570 run ln -s $TARGET_TAG mingw &&
571 run cd $INSTALL_DIR/mingw &&
572 run ln -s lib lib$TARGET_BITS
593 run $SRC_DIR/$PKGNAME/configure "$@"
597 run make -j$JOBS all-gcc
601 run make -j$JOBS install-gcc
621 run $MINGW_W64_SRC/mingw-w64-crt/configure "$@"
625 run make -j$JOBS
629 run make -j$JOBS install
649 run make -j$JOBS
653 run make -j$JOBS install
689 run tar cjf $PACKAGE_NAME -C $(dirname $INSTALL_DIR) $TARGET_TAG/