annotate installer-files/fc_update.bat @ 4567:f89c67818a6b

zeromq: update to v4.2.2 * src/zeromq.mk: update version/checksum, implement PKG_UPDATE
author John D
date Thu, 30 Nov 2017 13:41:24 -0500
parents b5b3f7fcac8f
children 202fa20cf559
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4254
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
1 @echo off
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
2
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
3 set ROOT_DIR=%~dp0
4256
b5b3f7fcac8f * installer-files/fc_update.bat: fix typo
John D
parents: 4254
diff changeset
4 echo "Updating fc-cache (may take a while) ..."
4254
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
5 %ROOT_DIR%\bin\fc-cache.exe -v
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
6 echo "Done."
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
7