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

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

Issue 304393006: [NaCl SDK] lua sample: Clean existing naclports installs before building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/lua/build.sh
diff --git a/native_client_sdk/src/gonacl_appengine/src/lua/build.sh b/native_client_sdk/src/gonacl_appengine/src/lua/build.sh
index 1a01e5220cf09aec9c3b883a26688f1c0c9a3a80..15a8e02985b42465f8383e18e2fae314689c5672 100755
--- a/native_client_sdk/src/gonacl_appengine/src/lua/build.sh
+++ b/native_client_sdk/src/gonacl_appengine/src/lua/build.sh
@@ -66,8 +66,13 @@ pushd ${NACLPORTS_DIR}
gclient sync -r ${NACLPORTS_REV}
popd
+
Banner Building lua
pushd ${NACLPORTS_DIR}/src
+# Do a 'clean' first, since previous lua build from the naclports bundle
+# building might be installed in the toolchain, and that one is built
+# without readline support.
+make TOOLCHAIN=pnacl clean
make TOOLCHAIN=pnacl lua-ppapi
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