From 628751b8d35d762e200f3a84ba53ab3b54e81946 Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Tue, 13 Jun 2017 18:07:38 -0700
Subject: [PATCH] Set $XARGO_HOME to build std et al only once

I don't know what logic (if any) we need to add to handle updates to Rust
---
 .gitignore | 1 +
 config.sh  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 20998dbb4..b955f7361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ stage
 stage.sig
 stage.tar
 stage.toml
+xargo-home
diff --git a/config.sh b/config.sh
index 4272ccc70..89c5987a3 100755
--- a/config.sh
+++ b/config.sh
@@ -8,3 +8,4 @@ export TARGET=x86_64-unknown-redox
 ROOT="$(cd `dirname "$0"` && pwd)"
 REPO="$ROOT/repo/$TARGET"
 export CC="$ROOT/libc-artifacts/gcc.sh"
+export XARGO_HOME="$ROOT/xargo-home"
-- 
GitLab