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

Unified Diff: native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh

Issue 1819973004: [NaCl SDK] Update smoothlife build to use webports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh
diff --git a/native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh b/native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh
index 84c33b7fdf96217beaeb5b0a59f5cb2631378f9a..25952c02a4265656d6f0551940aa9d75b6af8a47 100755
--- a/native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh
+++ b/native_client_sdk/src/gonacl_appengine/src/smoothlife/build.sh
@@ -12,7 +12,7 @@ cd ${SCRIPT_DIR}
OUT_DIR=out
SMOOTHLIFE_URL=https://github.com/binji/smoothnacl
SMOOTHLIFE_DIR=${OUT_DIR}/smoothlife
-SMOOTHLIFE_SHA=e81cf2b00290add556dcdc8aa84506ca007bc853
+SMOOTHLIFE_SHA=3c9c7418437ae5ad66b697d8f731b12b9a8916ed
if [ -z "${NACL_SDK_ROOT:-}" ]; then
echo "-------------------------------------------------------------------"
@@ -67,8 +67,10 @@ Clone ${SMOOTHLIFE_URL} ${SMOOTHLIFE_DIR} ${SMOOTHLIFE_SHA}
pushd ${SMOOTHLIFE_DIR}
-Banner Updating submodules
-LogExecute git submodule update --init
+Banner Updating webports
+pushd third_party/webports
+LogExecute gclient sync
+popd
Banner Building FFTW
LogExecute make ports TOOLCHAIN=pnacl CONFIG=Release
« 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