From: Matt Mitchell Date: Mon, 2 Feb 2015 21:45:11 +0000 (-0800) Subject: Add a bit more logging and remove meaningless VBL_ROOT parameter X-Git-Tag: accepted/tizen/base/20180629.140029~7219^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=406e6b5abb33132a032c0f314eac78d8e21e81e5;p=platform%2Fupstream%2Fcoreclr.git Add a bit more logging and remove meaningless VBL_ROOT parameter --- diff --git a/build.sh b/build.sh index 5057466..44b1224 100755 --- a/build.sh +++ b/build.sh @@ -68,7 +68,8 @@ build_coreclr() cd $__CMakeSlnDir # Regenerate the CMake solution - $__ProjectRoot/src/pal/tools/gen-buildsys-clang.sh $__VBL_ROOT $__CMakeArgs + echo Invoking cmake with arguments: $__ProjectRoot $__CMakeArgs + $__ProjectRoot/src/pal/tools/gen-buildsys-clang.sh $__ProjectRoot $__CMakeArgs # Check that the makefiles were created. @@ -98,7 +99,6 @@ echo Commencing CoreCLR Repo build # Obtain the location of the bash script to figure out whether the root of the repo is. __ProjectRoot=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -__VBL_ROOT="$__ProjectRoot" __BuildArch=amd64 __MSBuildBuildArch=x64 __BuildType=debug