Expose mono_build_root to mcs build system
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 9 Dec 2016 15:38:28 +0000 (16:38 +0100)
committerBernhard Urban <bernhard.urban@xamarin.com>
Fri, 9 Dec 2016 15:44:21 +0000 (16:44 +0100)
commit549504bddeec434fa88adb29cbf338762b3354e0
tree2fb11516bf55799873acaac1a6abb59d9a9693d5
parent72ee51eb8a80b22ea60b29841668ef3d328949d8
Expose mono_build_root to mcs build system

In an out-of-tree build the Makefile which contains get-monolite-latest
doesn't exist in the source directory (which $(topdir)/.. would point to)
but in the build directory.

In order to invoke get-monolite-latest we need to actually call the Makefile
in the correct directory which requires exposing the build directory to the
mcs build system.
configure.ac
mcs/build/profiles/basic.make