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

Unified Diff: nacltoons/build/build-naclports.sh

Issue 12094088: Don't ignore failures in build-cocos2dx.sh. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 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 | « nacltoons/build/build-cocos2dx.sh ('k') | nacltoons/game.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/build/build-naclports.sh
diff --git a/nacltoons/build/build-naclports.sh b/nacltoons/build/build-naclports.sh
index a7ba4f560a0426fb30981cd5cae2804e791cbada..f66bcbd3447014ed1579cfc5024f887c41847551 100755
--- a/nacltoons/build/build-naclports.sh
+++ b/nacltoons/build/build-naclports.sh
@@ -2,7 +2,8 @@
# Copyright (c) 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-#
+
+set -e
SCRIPT_DIR="$(cd $(dirname $0) && pwd)"
NACLPORTS_ROOT=${SCRIPT_DIR}/../../third_party/naclports/src
« no previous file with comments | « nacltoons/build/build-cocos2dx.sh ('k') | nacltoons/game.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698