aboutsummaryrefslogtreecommitdiff
path: root/src/boot/driver/session.ml
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-25 13:48:37 -0700
committerGraydon Hoare <[email protected]>2011-03-25 13:48:37 -0700
commit846f2e2ba994268725f38c36fa12f1a09f21615c (patch)
treeda140a8be7fd4ef9b9785087fac7fc90e1d35ea9 /src/boot/driver/session.ml
parentSwitch xfail system to use comments embedded in source files. (diff)
downloadrust-846f2e2ba994268725f38c36fa12f1a09f21615c.tar.xz
rust-846f2e2ba994268725f38c36fa12f1a09f21615c.zip
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root.
Diffstat (limited to 'src/boot/driver/session.ml')
-rw-r--r--src/boot/driver/session.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/driver/session.ml b/src/boot/driver/session.ml
index 0b02096f..418e25de 100644
--- a/src/boot/driver/session.ml
+++ b/src/boot/driver/session.ml
@@ -145,6 +145,6 @@ let make_crate_id (sess:sess) : crate_id =
* fill-column: 78;
* indent-tabs-mode: nil
* 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:
*)