diff options
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 0d061dae..023e1e1d 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/asm.ml b/src/boot/be/asm.ml index 55e91152..939b297c 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/elf.ml b/src/boot/be/elf.ml index cc44e457..99b68042 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/il.ml b/src/boot/be/il.ml index a84fe6e7..9a63576e 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/macho.ml b/src/boot/be/macho.ml index 1e0734cc..5d02b2c2 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/pe.ml b/src/boot/be/pe.ml index 50887a4d..b85cb1a9 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/ra.ml b/src/boot/be/ra.ml index 72027f21..66da8093 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml index 0a6d7e44..49b660be 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 ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) |