diff options
| author | Graydon Hoare <[email protected]> | 2011-03-31 14:41:35 +0000 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-31 14:41:35 +0000 |
| commit | ffc188a4dd9262750b3f95bb3b582577836740f2 (patch) | |
| tree | ff71d3fea222bd29a1b6378c23e9822c981b11b9 /src | |
| parent | rustc: Read 'y' tags from external crates (diff) | |
| download | rust-ffc188a4dd9262750b3f95bb3b582577836740f2.tar.xz rust-ffc188a4dd9262750b3f95bb3b582577836740f2.zip | |
Tweak build command on rustc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 1ae9be79..6a62012e 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -81,5 +81,5 @@ mod lib { // 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: |