Move intermediate file into intermediate dir (#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)
commit5acbced129024a38aec530f1bb9cd85b7568e05a
tree26d1dc35f59b4dec10abb4236b155a1e29e10f30
parent4f134e6e5faecfb184ac4859970b556149357e2d
Move intermediate file into intermediate dir (#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 #5976

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
definitionsconsistencycheck.cmake
src/mscorlib/System.Private.CoreLib.csproj
src/scripts/check-definitions.py