From 846f2e2ba994268725f38c36fa12f1a09f21615c Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 25 Mar 2011 13:48:37 -0700 Subject: Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root. --- src/comp/back/abi.rs | 2 +- src/comp/back/x86.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comp/back') diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index cae1dc90..17185884 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -105,6 +105,6 @@ fn no_op_type_glue_name() -> str { // 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // diff --git a/src/comp/back/x86.rs b/src/comp/back/x86.rs index 1ac03d1f..6719f29e 100644 --- a/src/comp/back/x86.rs +++ b/src/comp/back/x86.rs @@ -319,6 +319,6 @@ fn get_target_triple() -> str { // 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // -- cgit v1.2.3