Another go at changing compile-command, this time using RBUILD env var.

This commit is contained in:
Graydon Hoare 2011-03-25 15:07:27 -07:00
parent 864e2ab24e
commit b2427509e2
57 changed files with 57 additions and 57 deletions

View file

@ -229,5 +229,5 @@ impure fn main(vec[str] args) {
// 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 $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End:

View file

@ -95,5 +95,5 @@ obj session(ast.crate_num cnum, cfg targ,
// 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 $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: