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/be | |
| 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/be')
| -rw-r--r-- | src/boot/be/abi.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/asm.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/elf.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/il.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/macho.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/pe.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/ra.ml | 2 | ||||
| -rw-r--r-- | src/boot/be/x86.ml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/boot/be/abi.ml b/src/boot/be/abi.ml index 023e1e1d..0d061dae 100644 --- a/src/boot/be/abi.ml +++ b/src/boot/be/abi.ml @@ -247,6 +247,6 @@ let load_fixup_codeptr * 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/be/asm.ml b/src/boot/be/asm.ml index 939b297c..55e91152 100644 --- a/src/boot/be/asm.ml +++ b/src/boot/be/asm.ml @@ -826,6 +826,6 @@ let read_rust_note (ar:asm_reader) : (Ast.ident * string) array = * 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/be/elf.ml b/src/boot/be/elf.ml index 99b68042..cc44e457 100644 --- a/src/boot/be/elf.ml +++ b/src/boot/be/elf.ml @@ -1779,6 +1779,6 @@ let get_sections * 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/be/il.ml b/src/boot/be/il.ml index 9a63576e..a84fe6e7 100644 --- a/src/boot/be/il.ml +++ b/src/boot/be/il.ml @@ -932,6 +932,6 @@ let ptr_cast (cell:cell) (rty:referent_ty) : cell = * 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/be/macho.ml b/src/boot/be/macho.ml index 5d02b2c2..1e0734cc 100644 --- a/src/boot/be/macho.ml +++ b/src/boot/be/macho.ml @@ -1189,6 +1189,6 @@ let get_sections * 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/be/pe.ml b/src/boot/be/pe.ml index b85cb1a9..50887a4d 100644 --- a/src/boot/be/pe.ml +++ b/src/boot/be/pe.ml @@ -1170,6 +1170,6 @@ let get_sections * 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/be/ra.ml b/src/boot/be/ra.ml index 66da8093..72027f21 100644 --- a/src/boot/be/ra.ml +++ b/src/boot/be/ra.ml @@ -683,6 +683,6 @@ let reg_alloc * 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/be/x86.ml b/src/boot/be/x86.ml index 49b660be..0a6d7e44 100644 --- a/src/boot/be/x86.ml +++ b/src/boot/be/x86.ml @@ -2577,6 +2577,6 @@ let frags_of_emitted_quads (sess:Session.sess) (e:Il.emitter) : Asm.frag = * 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: *) |