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

Unified Diff: ports/ruby/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
« README.rst ('K') | « ports/python_modules/python-host/pkg_info ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ruby/build.sh
diff --git a/ports/ruby/build.sh b/ports/ruby/build.sh
index cdd78ee2ecf2b417d50fe2fa6659bfbfa8e158c5..14c47c632fa076c301dc4003f16138c9a5e924f0 100644
--- a/ports/ruby/build.sh
+++ b/ports/ruby/build.sh
@@ -10,7 +10,7 @@ EXECUTABLES="ruby${NACL_EXEEXT} pepper-ruby${NACL_EXEEXT}"
ConfigureStep() {
# We need to build a host version of ruby for use during the nacl
# build.
- HOST_BUILD=${WORK_DIR}/build-nacl-host
+ HOST_BUILD=${WORK_DIR}/build_host
if [ ! -x ${HOST_BUILD}/inst/bin/ruby ]; then
Banner "Building ruby for host"
MakeDir ${HOST_BUILD}
@@ -45,7 +45,7 @@ ConfigureStep() {
LogExecute ${SRC_DIR}/configure \
--host=${conf_host} \
--prefix=/ \
- --with-baseruby=${WORK_DIR}/build-nacl-host/inst/bin/ruby \
+ --with-baseruby=${HOST_BUILD}/inst/bin/ruby \
--with-http=no \
--with-html=no \
--with-ftp=no \
« README.rst ('K') | « ports/python_modules/python-host/pkg_info ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698