Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root.
This commit is contained in:
@@ -1414,6 +1414,6 @@ fn mk_section_iter(ObjectFileRef llof) -> section_iter {
|
||||
// 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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user