summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:45:11 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:45:11 -0800
commit406e6b5abb33132a032c0f314eac78d8e21e81e5 (patch)
treeaca303b23f6cefd46a94a099a356e474f811fd47 /build.sh
parenta05fc04fce8d8f238fcbebd812b27c2ab5633be8 (diff)
downloadcoreclr-406e6b5abb33132a032c0f314eac78d8e21e81e5.tar.gz
coreclr-406e6b5abb33132a032c0f314eac78d8e21e81e5.tar.bz2
coreclr-406e6b5abb33132a032c0f314eac78d8e21e81e5.zip
Add a bit more logging and remove meaningless VBL_ROOT parameter
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 5057466f50..44b12241d1 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