MSVC: Future-proof installation file skip logic.
authorNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:25 +0000 (22:48 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:25 +0000 (22:48 -0400)
commitd69252285c618cf2e4bf660dbae7c6f4d15e9ce4
treed50571f0a63225c10bb2f2a9a48922fadc1f865d
parent2cd40adb85d1d5a7fd448721b326e73c1e318750
MSVC: Future-proof installation file skip logic.

This code relied on knowing exactly where in the source tree temporary
installations might appear.  A reasonable hacker may not think to update
this code when adding use of a temporary installation, making it
fragile.  Observe that commit 9fa8b0ee90c44c0f97d16bf65e94322988c94864
broke it unnoticed, and commit dcae5faccab64776376d354decda0017c648bb53
fixed it unnoticed.  Back-patch to 9.5 only; use of temporary
installations is unlikely to change in released versions.
src/tools/msvc/Install.pm