Move intermediate file into intermediate dir (dotnet/coreclr#5981)
authorMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 28 Jun 2016 07:44:09 +0000 (16:44 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 28 Jun 2016 07:44:09 +0000 (09:44 +0200)
commit65fd3da683ab62f00dab629fcfc8252a60fb9619
tree5328baade1f86a1b7d4f8a704f78d0c0c4977929
parent0a5c7bbbe7675b3c113167419433852b46859052
Move intermediate file into intermediate dir (dotnet/coreclr#5981)

The intermediate file, cmake.definitions, is moved into
the intermediate directory: bin/obj/OS.Arch.Conf/

The script won't emit error for not having the cmake
results because some systems (Windows) do not use Cmake
and users might use "skipnative".

Fixes dotnet/coreclr#5976

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/5acbced129024a38aec530f1bb9cd85b7568e05a
src/coreclr/definitionsconsistencycheck.cmake
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/scripts/check-definitions.py