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

Unified Diff: ports/gforth/build.sh

Issue 710193003: Reduce the number of times we build a host copy of python. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month 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
Index: ports/gforth/build.sh
diff --git a/ports/gforth/build.sh b/ports/gforth/build.sh
index 3251ff36353fdcbd01166a025c09ff7c98b4d496..56efaf861eea19cddfb4d5d6d7f57826cd2f6f3a 100644
--- a/ports/gforth/build.sh
+++ b/ports/gforth/build.sh
@@ -6,8 +6,8 @@
OS_JOBS=1
# This build relies on certain host binaries.
-HOST_BUILD_DIR=${WORK_DIR}/build-nacl-host
-HOST_INSTALL_DIR=${WORK_DIR}/install-nacl-host
+HOST_BUILD_DIR=${WORK_DIR}/build_host
+HOST_INSTALL_DIR=${WORK_DIR}/install_host
EXECUTABLES="gforth-ditc${NACL_EXEEXT}"
MAKE_TARGETS="${EXECUTABLES}"
« README.rst ('K') | « ports/font-util/build.sh ('k') | ports/python-host/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698