From b2427509e2d53897b7c7797d5948773b63aed3df Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 25 Mar 2011 15:07:27 -0700 Subject: Another go at changing compile-command, this time using RBUILD env var. --- src/comp/front/creader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/front/creader.rs') diff --git a/src/comp/front/creader.rs b/src/comp/front/creader.rs index ec5e7110..08705715 100644 --- a/src/comp/front/creader.rs +++ b/src/comp/front/creader.rs @@ -297,5 +297,5 @@ fn get_type(session.session sess, ast.def_id def) -> typeck.ty_and_params { // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: -- cgit v1.2.3