view installer-files/fc_update.bat @ 4474:c7285e784532

avoid using version and checksum information from other packages (Bug #52073) * src/build-yasm.mk, src/gcc-cloog.mk, src/gcc-gmp.mk, src/gcc-isl.mk, src/gcc-mpc.mk, src/gcc-mpfr.mk: set version, checksum, subdir, file and url to direct values.
author John D
date Tue, 19 Sep 2017 01:10:30 -0400
parents b5b3f7fcac8f
children 202fa20cf559
line wrap: on
line source

@echo off

set ROOT_DIR=%~dp0
echo "Updating fc-cache (may take a while) ..."
%ROOT_DIR%\bin\fc-cache.exe -v
echo "Done."