Lines Matching refs:INSTALL_DIR
371 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
399 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
404 rm -rf $INSTALL_DIR
409 mkdir -p $INSTALL_DIR
413 cp $0 $INSTALL_DIR/ &&
414 …e has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&
415 echo "$PROGNAME $@" >> $INSTALL_DIR/README &&
416 echo "" >> $INSTALL_DIR/README &&
417 echo "The MD5 hashes for the original sources packages are:" >> $INSTALL_DIR/README
426 PREFIX_FOR_TARGET=$INSTALL_DIR/$TARGET_TAG
427 WITH_WIDL=$INSTALL_DIR/bin
434 PREFIX_FOR_TARGET=$INSTALL_DIR
469 LICENSES_DIR=$INSTALL_DIR/licenses/
503 export PATH=$INSTALL_DIR/bin:$PATH
533 BASE_HOST_OPTIONS="--prefix=$INSTALL_DIR --disable-shared"
535 var_append BASE_HOST_OPTIONS "--with-gmp=$INSTALL_DIR"
538 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
541 var_append BASE_HOST_OPTIONS "--with-mpc=$INSTALL_DIR"
549 var_append BINUTILS_CONFIGURE_OPTIONS "--with-sysroot=$INSTALL_DIR"
562 … run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
580 export PATH=$PATH:$INSTALL_DIR/bin
593 run cd $INSTALL_DIR &&
595 run cd $INSTALL_DIR/mingw &&
643 export PATH=$INSTALL_DIR/bin:$PATH
691 var_append GCC_CONFIGURE_OPTIONS "--with-sysroot=$INSTALL_DIR"
699 CRT_CONFIGURE_OPTIONS="--host=$TARGET_TAG --with-sysroot=$INSTALL_DIR --prefix=$PREFIX_FOR_TARGET"
713 run tar cjf $PACKAGE_NAME -C $(dirname $INSTALL_DIR) $TARGET_TAG/
718 log "Done. See: $INSTALL_DIR"