Lines Matching refs:INSTALL_DIR
348 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
376 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
381 rm -rf $INSTALL_DIR
386 mkdir -p $INSTALL_DIR
390 cp $0 $INSTALL_DIR/ &&
391 echo "This file has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&
392 echo "$PROGNAME $@" >> $INSTALL_DIR/README &&
393 echo "" >> $INSTALL_DIR/README &&
394 echo "The MD5 hashes for the original sources packages are:" >> $INSTALL_DIR/README
403 PREFIX_FOR_TARGET=$INSTALL_DIR/$TARGET_TAG
404 WITH_WIDL=$INSTALL_DIR/bin
411 PREFIX_FOR_TARGET=$INSTALL_DIR
446 LICENSES_DIR=$INSTALL_DIR/licenses/
480 export PATH=$INSTALL_DIR/bin:$PATH
510 BASE_HOST_OPTIONS="--prefix=$INSTALL_DIR --disable-shared"
512 var_append BASE_HOST_OPTIONS "--with-gmp=$INSTALL_DIR"
515 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
518 var_append BASE_HOST_OPTIONS "--with-mpc=$INSTALL_DIR"
526 var_append BINUTILS_CONFIGURE_OPTIONS "--with-sysroot=$INSTALL_DIR"
539 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
557 export PATH=$PATH:$INSTALL_DIR/bin
570 run cd $INSTALL_DIR &&
572 run cd $INSTALL_DIR/mingw &&
620 export PATH=$INSTALL_DIR/bin:$PATH
668 var_append GCC_CONFIGURE_OPTIONS "--with-sysroot=$INSTALL_DIR"
676 CRT_CONFIGURE_OPTIONS="--host=$TARGET_TAG --with-sysroot=$INSTALL_DIR --prefix=$PREFIX_FOR_TARGET"
690 run tar cjf $PACKAGE_NAME -C $(dirname $INSTALL_DIR) $TARGET_TAG/
695 log "Done. See: $INSTALL_DIR"