Remove unused CMake define. (#744)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 11 Dec 2019 02:19:56 +0000 (18:19 -0800)
committermsftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>
Wed, 11 Dec 2019 02:19:56 +0000 (02:19 +0000)
commitf1890a75f5afc6fbd8e4e0ef966523578a8d2813
treef3a48c4a5b8762b912c70ff5cea15bf8350009ac
parent5d7d3e7ccfbaff8246a2e93abeffa35633590812
Remove unused CMake define. (#744)

Remove unused CMAKE_USER_MAKE_RULES_OVERRIDE define. We used to use this define before 3.0 in coreclr. When we stopped using it, we had to define the variable in this command on each invocation to update it in the CMake cache, otherwise the old value might still be there and cause an error. As a result, I added in these "set to empty" lines to avoid issues checking out old branches that still used these files.

Now that we're in the dotnet/runtime repo and don't have any old servicing branches, we can remove this CMake define.
src/coreclr/src/pal/tools/gen-buildsys.cmd
src/coreclr/src/pal/tools/gen-buildsys.sh