diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 15:07:27 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 15:07:27 -0700 |
| commit | b2427509e2d53897b7c7797d5948773b63aed3df (patch) | |
| tree | c5ae9e8136b521ccd19e2530ffbf5add8617ed55 /src/comp/util/common.rs | |
| parent | stdlib: Implement a memory buffer reader, untested at the moment (diff) | |
| download | rust-b2427509e2d53897b7c7797d5948773b63aed3df.tar.xz rust-b2427509e2d53897b7c7797d5948773b63aed3df.zip | |
Another go at changing compile-command, this time using RBUILD env var.
Diffstat (limited to 'src/comp/util/common.rs')
| -rw-r--r-- | src/comp/util/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/util/common.rs b/src/comp/util/common.rs index b23d6a1e..c7d94279 100644 --- a/src/comp/util/common.rs +++ b/src/comp/util/common.rs @@ -83,6 +83,6 @@ fn istr(int i) -> str { // 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: // |