Fix a bunch of compile-command lines to use RBUILD

This commit is contained in:
Graydon Hoare
2011-06-15 12:01:19 -07:00
parent 7e806c5e87
commit 766d54df93
30 changed files with 30 additions and 30 deletions

View File

@@ -78,5 +78,5 @@ fn waitpid(int pid) -> int {
// 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: