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/boot/util/bits.ml | 2 +- src/boot/util/common.ml | 2 +- src/boot/util/fmt.ml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/boot/util') diff --git a/src/boot/util/bits.ml b/src/boot/util/bits.ml index 27bb4902..ec4032d8 100644 --- a/src/boot/util/bits.ml +++ b/src/boot/util/bits.ml @@ -111,6 +111,6 @@ let to_list (v:t) : int list = * 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/util/common.ml b/src/boot/util/common.ml index c76da0de..0af6b0b2 100644 --- a/src/boot/util/common.ml +++ b/src/boot/util/common.ml @@ -818,6 +818,6 @@ let force_sz (a:size) : int64 = * 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/util/fmt.ml b/src/boot/util/fmt.ml index 8fa41695..bf5b18ba 100644 --- a/src/boot/util/fmt.ml +++ b/src/boot/util/fmt.ml @@ -81,6 +81,6 @@ let sprintf_fmt * 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: *) -- cgit v1.2.3