From 1c42849932b04242771c3362c016a03160f86c79 Mon Sep 17 00:00:00 2001 From: "Brian J. Burg" Date: Thu, 4 Oct 2012 19:24:45 -0700 Subject: [PATCH] Fix some cases in the build where RUSTC and RUSTFLAGS are not set or exported, causing nonsensical build commands to be emitted. --- Makefile.in | 2 ++ src/rust-core-foundation | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6a3731d8825..295e44c47f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,6 +49,8 @@ endif export CFG_RUSTC export CFG_RUSTC_FLAGS +export RUSTC=$(CFG_RUSTC) +export RUSTFLAGS=$(CFG_RUSTC_FLAGS) ###################################################################### # Re-configuration diff --git a/src/rust-core-foundation b/src/rust-core-foundation index 9733c605bd1..1104c300973 160000 --- a/src/rust-core-foundation +++ b/src/rust-core-foundation @@ -1 +1 @@ -Subproject commit 9733c605bd11dbd2ebbcd45e4629c157bb8cc01d +Subproject commit 1104c30097301728beb81694296ebd28a4d08a48