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/rt/util | |
| 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/rt/util')
| -rw-r--r-- | src/rt/util/synchronized_indexed_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/util/synchronized_indexed_list.h b/src/rt/util/synchronized_indexed_list.h index 52fabe05..9c0cd51f 100644 --- a/src/rt/util/synchronized_indexed_list.h +++ b/src/rt/util/synchronized_indexed_list.h @@ -68,7 +68,7 @@ public: // indent-tabs-mode: nil // c-basic-offset: 4 // 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: // |