diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 13:48:37 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 13:48:37 -0700 |
| commit | 846f2e2ba994268725f38c36fa12f1a09f21615c (patch) | |
| tree | da140a8be7fd4ef9b9785087fac7fc90e1d35ea9 /src/boot/driver | |
| parent | Switch xfail system to use comments embedded in source files. (diff) | |
| download | rust-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')
| -rw-r--r-- | src/boot/driver/glue.ml | 2 | ||||
| -rw-r--r-- | src/boot/driver/lib.ml | 2 | ||||
| -rw-r--r-- | src/boot/driver/main.ml | 2 | ||||
| -rw-r--r-- | src/boot/driver/session.ml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/boot/driver/glue.ml b/src/boot/driver/glue.ml index 4fc74480..c3f5427b 100644 --- a/src/boot/driver/glue.ml +++ b/src/boot/driver/glue.ml @@ -10,7 +10,7 @@ let alt_pipeline _ _ _ = ();; * 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: *) diff --git a/src/boot/driver/lib.ml b/src/boot/driver/lib.ml index 00b1b834..b430fd58 100644 --- a/src/boot/driver/lib.ml +++ b/src/boot/driver/lib.ml @@ -459,6 +459,6 @@ let infer_lib_name * 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: *) diff --git a/src/boot/driver/main.ml b/src/boot/driver/main.ml index ddcbc9af..230d647a 100644 --- a/src/boot/driver/main.ml +++ b/src/boot/driver/main.ml @@ -529,6 +529,6 @@ then Gc.print_stat stdout;; * 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: *) 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: *) |