Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root.

This commit is contained in:
Graydon Hoare
2011-03-25 13:48:37 -07:00
parent 49d9d5688e
commit 846f2e2ba9
57 changed files with 57 additions and 57 deletions

View File

@@ -2480,6 +2480,6 @@ impure fn parse_crate_from_crate_file(parser p) -> @ast.crate {
// 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:
//