Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: cmake/cmake_build

Issue 1916773002: Use BUILD_TYPE in cmake_build (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Revert Makefile changes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/cmake_build
diff --git a/cmake/cmake_build b/cmake/cmake_build
index 861453e434aedd2b8f89050a02b106dcc0a0e140..f2cb9bf1bf33a43618331337fc362462ab941d39 100755
--- a/cmake/cmake_build
+++ b/cmake/cmake_build
@@ -26,8 +26,8 @@ make -j $cores cmake
popd
echo "Building with bootstrapped CMake"
-mkdir -p $SKIA_OUT
-pushd $SKIA_OUT
+mkdir -p $SKIA_OUT/$BUILDTYPE
+pushd $SKIA_OUT/$BUILDTYPE
borenet 2016/04/25 12:30:50 Note: most bots write to out/$BUILDERNAME/$BUILDTY
rmistry 2016/04/25 12:34:25 When called from the non-swarming bot it was writi
$here/../third_party/externals/cmake/bin/cmake -DCMAKE_BUILD_TYPE=$BUILDTYPE $here -G Ninja
ninja
popd
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698