Skip to content

Commit 636900e

Browse files
committed
---
yaml --- r: 1871 b: refs/heads/master c: b242750 h: refs/heads/master i: 1869: 8e5bd74 1867: d07a130 1863: 4d5b254 1855: 40c883d v: v3
1 parent 8ba7a12 commit 636900e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+58
-58
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 864e2ab24e98544dcde794995f5b1d66c4f047c6
2+
refs/heads/master: b2427509e2d53897b7c7797d5948773b63aed3df

trunk/src/boot/be/abi.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ let load_fixup_codeptr
247247
* fill-column: 78;
248248
* indent-tabs-mode: nil
249249
* buffer-file-coding-system: utf-8-unix
250-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
250+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
251251
* End:
252252
*)

trunk/src/boot/be/asm.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,6 @@ let read_rust_note (ar:asm_reader) : (Ast.ident * string) array =
826826
* fill-column: 78;
827827
* indent-tabs-mode: nil
828828
* buffer-file-coding-system: utf-8-unix
829-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
829+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
830830
* End:
831831
*)

trunk/src/boot/be/elf.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,6 @@ let get_sections
17791779
* fill-column: 78;
17801780
* indent-tabs-mode: nil
17811781
* buffer-file-coding-system: utf-8-unix
1782-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1782+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
17831783
* End:
17841784
*)

trunk/src/boot/be/il.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,6 @@ let ptr_cast (cell:cell) (rty:referent_ty) : cell =
932932
* fill-column: 78;
933933
* indent-tabs-mode: nil
934934
* buffer-file-coding-system: utf-8-unix
935-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
935+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
936936
* End:
937937
*)

trunk/src/boot/be/macho.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,6 @@ let get_sections
11891189
* fill-column: 78;
11901190
* indent-tabs-mode: nil
11911191
* buffer-file-coding-system: utf-8-unix
1192-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1192+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
11931193
* End:
11941194
*)

trunk/src/boot/be/pe.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,6 @@ let get_sections
11701170
* fill-column: 78;
11711171
* indent-tabs-mode: nil
11721172
* buffer-file-coding-system: utf-8-unix
1173-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1173+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
11741174
* End:
11751175
*)

trunk/src/boot/be/ra.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,6 @@ let reg_alloc
683683
* fill-column: 78;
684684
* indent-tabs-mode: nil
685685
* buffer-file-coding-system: utf-8-unix
686-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
686+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
687687
* End:
688688
*)

trunk/src/boot/be/x86.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,6 @@ let frags_of_emitted_quads (sess:Session.sess) (e:Il.emitter) : Asm.frag =
25772577
* fill-column: 78;
25782578
* indent-tabs-mode: nil
25792579
* buffer-file-coding-system: utf-8-unix
2580-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
2580+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
25812581
* End:
25822582
*)

trunk/src/boot/driver/glue.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let alt_pipeline _ _ _ = ();;
1010
* fill-column: 78;
1111
* indent-tabs-mode: nil
1212
* buffer-file-coding-system: utf-8-unix
13-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
13+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1414
* End:
1515
*)
1616

trunk/src/boot/driver/lib.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,6 @@ let infer_lib_name
459459
* fill-column: 78;
460460
* indent-tabs-mode: nil
461461
* buffer-file-coding-system: utf-8-unix
462-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
462+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
463463
* End:
464464
*)

trunk/src/boot/driver/main.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,6 @@ then Gc.print_stat stdout;;
529529
* fill-column: 78;
530530
* indent-tabs-mode: nil
531531
* buffer-file-coding-system: utf-8-unix
532-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
532+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
533533
* End:
534534
*)

trunk/src/boot/driver/session.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ let make_crate_id (sess:sess) : crate_id =
145145
* fill-column: 78;
146146
* indent-tabs-mode: nil
147147
* buffer-file-coding-system: utf-8-unix
148-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
148+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
149149
* End:
150150
*)

trunk/src/boot/fe/ast.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1826,6 +1826,6 @@ let sprintf_stmt = sprintf_fmt fmt_stmt_body;;
18261826
* fill-column: 78;
18271827
* indent-tabs-mode: nil
18281828
* buffer-file-coding-system: utf-8-unix
1829-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1829+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
18301830
* End:
18311831
*)

trunk/src/boot/fe/cexp.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,6 @@ let parse_src_file
766766
* fill-column: 78;
767767
* indent-tabs-mode: nil
768768
* buffer-file-coding-system: utf-8-unix
769-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
769+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
770770
* End:
771771
*)

trunk/src/boot/fe/extfmt.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ let parse_fmt_string (s:string) : piece array =
224224
* fill-column: 78;
225225
* indent-tabs-mode: nil
226226
* buffer-file-coding-system: utf-8-unix
227-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
227+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
228228
* End:
229229
*)

trunk/src/boot/fe/fuzz.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ let fuzz (seed:int option) (sess:Session.sess) : unit =
161161
* fill-column: 78;
162162
* indent-tabs-mode: nil
163163
* buffer-file-coding-system: utf-8-unix
164-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
164+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
165165
* End:
166166
*)

trunk/src/boot/fe/item.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,6 @@ and parse_mod_items
13321332
* fill-column: 78;
13331333
* indent-tabs-mode: nil
13341334
* buffer-file-coding-system: utf-8-unix
1335-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1335+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
13361336
* End:
13371337
*)

trunk/src/boot/fe/lexer.mll

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,6 @@ and comment depth = parse
474474
* fill-column: 78;
475475
* indent-tabs-mode: nil
476476
* buffer-file-coding-system: utf-8-unix
477-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
477+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
478478
* End:
479479
*)

trunk/src/boot/fe/parser.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,6 @@ let bracketed (bra:token) (ket:token) (prule:pstate -> 'a) (ps:pstate) : 'a =
367367
* fill-column: 78;
368368
* indent-tabs-mode: nil
369369
* buffer-file-coding-system: utf-8-unix
370-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
370+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
371371
* End:
372372
*)

trunk/src/boot/fe/pexp.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,6 @@ and atom_lval (_:pstate) (at:Ast.atom) : Ast.lval =
14481448
* fill-column: 78;
14491449
* indent-tabs-mode: nil
14501450
* buffer-file-coding-system: utf-8-unix
1451-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1451+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
14521452
* End:
14531453
*)

trunk/src/boot/fe/token.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@ let rec string_of_tok t =
333333
* fill-column: 78;
334334
* indent-tabs-mode: nil
335335
* buffer-file-coding-system: utf-8-unix
336-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
336+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
337337
* End:
338338
*)

trunk/src/boot/me/alias.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ let process_crate
151151
* fill-column: 78;
152152
* indent-tabs-mode: nil
153153
* buffer-file-coding-system: utf-8-unix
154-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
154+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
155155
* End:
156156
*)

trunk/src/boot/me/dead.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ let process_crate
129129
* fill-column: 78;
130130
* indent-tabs-mode: nil
131131
* buffer-file-coding-system: utf-8-unix
132-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
132+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
133133
* End:
134134
*)

trunk/src/boot/me/dwarf.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@ let rec extract_mod_items
32463246
* fill-column: 78;
32473247
* indent-tabs-mode: nil
32483248
* buffer-file-coding-system: utf-8-unix
3249-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
3249+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
32503250
* End:
32513251
*)
32523252

trunk/src/boot/me/effect.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,6 @@ let process_crate
310310
* fill-column: 78;
311311
* indent-tabs-mode: nil
312312
* buffer-file-coding-system: utf-8-unix
313-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
313+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
314314
* End:
315315
*)

trunk/src/boot/me/layer.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ let process_crate
103103
* fill-column: 78;
104104
* indent-tabs-mode: nil
105105
* buffer-file-coding-system: utf-8-unix
106-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
106+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
107107
* End:
108108
*)

trunk/src/boot/me/layout.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,6 @@ let process_crate
475475
* fill-column: 78;
476476
* indent-tabs-mode: nil
477477
* buffer-file-coding-system: utf-8-unix
478-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
478+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
479479
* End:
480480
*)

trunk/src/boot/me/loop.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ let process_crate
159159
* fill-column: 78;
160160
* indent-tabs-mode: nil
161161
* buffer-file-coding-system: utf-8-unix
162-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
162+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
163163
* End:
164164
*)

trunk/src/boot/me/resolve.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ let process_crate
929929
* fill-column: 78;
930930
* indent-tabs-mode: nil
931931
* buffer-file-coding-system: utf-8-unix
932-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
932+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
933933
* End:
934934
*)
935935

trunk/src/boot/me/simplify.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ let process_crate (cx:Semant.ctxt) (crate:Ast.crate) : unit =
103103
* fill-column: 78;
104104
* indent-tabs-mode: nil
105105
* buffer-file-coding-system: utf-8-unix
106-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
106+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
107107
* End:
108108
*)
109109

trunk/src/boot/me/trans.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6337,6 +6337,6 @@ let process_crate
63376337
* fill-column: 78;
63386338
* indent-tabs-mode: nil
63396339
* buffer-file-coding-system: utf-8-unix
6340-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
6340+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
63416341
* End:
63426342
*)

trunk/src/boot/me/transutil.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,6 @@ let iter_rec_parts
246246
* fill-column: 78;
247247
* indent-tabs-mode: nil
248248
* buffer-file-coding-system: utf-8-unix
249-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
249+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
250250
* End:
251251
*)

trunk/src/boot/me/type.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ let process_crate (cx:Semant.ctxt) (crate:Ast.crate) : unit =
14471447
* fill-column: 78;
14481448
* indent-tabs-mode: nil
14491449
* buffer-file-coding-system: utf-8-unix
1450-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1450+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
14511451
* End:
14521452
*)
14531453

trunk/src/boot/me/typestate.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,6 @@ let process_crate
15371537
* fill-column: 78;
15381538
* indent-tabs-mode: nil
15391539
* buffer-file-coding-system: utf-8-unix
1540-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1540+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
15411541
* End:
15421542
*)

trunk/src/boot/me/walk.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,6 @@ and walk_block
724724
* fill-column: 78;
725725
* indent-tabs-mode: nil
726726
* buffer-file-coding-system: utf-8-unix
727-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
727+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
728728
* End:
729729
*)

trunk/src/boot/util/bits.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ let to_list (v:t) : int list =
111111
* fill-column: 78;
112112
* indent-tabs-mode: nil
113113
* buffer-file-coding-system: utf-8-unix
114-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
114+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
115115
* End:
116116
*)

trunk/src/boot/util/common.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,6 @@ let force_sz (a:size) : int64 =
818818
* fill-column: 78;
819819
* indent-tabs-mode: nil
820820
* buffer-file-coding-system: utf-8-unix
821-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
821+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
822822
* End:
823823
*)

trunk/src/boot/util/fmt.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ let sprintf_fmt
8181
* fill-column: 78;
8282
* indent-tabs-mode: nil
8383
* buffer-file-coding-system: utf-8-unix
84-
* compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
84+
* compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
8585
* End:
8686
*)

trunk/src/comp/back/abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ fn no_op_type_glue_name() -> str {
105105
// indent-tabs-mode: nil
106106
// c-basic-offset: 4
107107
// buffer-file-coding-system: utf-8-unix
108-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
108+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
109109
// End:
110110
//

trunk/src/comp/back/x86.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,6 @@ fn get_target_triple() -> str {
319319
// indent-tabs-mode: nil
320320
// c-basic-offset: 4
321321
// buffer-file-coding-system: utf-8-unix
322-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
322+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
323323
// End:
324324
//

trunk/src/comp/driver/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ impure fn main(vec[str] args) {
229229
// indent-tabs-mode: nil
230230
// c-basic-offset: 4
231231
// buffer-file-coding-system: utf-8-unix
232-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
232+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
233233
// End:

trunk/src/comp/driver/session.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ obj session(ast.crate_num cnum, cfg targ,
9595
// indent-tabs-mode: nil
9696
// c-basic-offset: 4
9797
// buffer-file-coding-system: utf-8-unix
98-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
98+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
9999
// End:

trunk/src/comp/front/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,6 @@ fn is_call_expr(@expr e) -> bool {
509509
// indent-tabs-mode: nil
510510
// c-basic-offset: 4
511511
// buffer-file-coding-system: utf-8-unix
512-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
512+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
513513
// End:
514514
//

trunk/src/comp/front/creader.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,5 @@ fn get_type(session.session sess, ast.def_id def) -> typeck.ty_and_params {
297297
// indent-tabs-mode: nil
298298
// c-basic-offset: 4
299299
// buffer-file-coding-system: utf-8-unix
300-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
300+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
301301
// End:

trunk/src/comp/front/eval.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,6 @@ impure fn eval_crate_directive(parser p,
433433
// indent-tabs-mode: nil
434434
// c-basic-offset: 4
435435
// buffer-file-coding-system: utf-8-unix
436-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
436+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
437437
// End:
438438
//

trunk/src/comp/front/extfmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,6 @@ fn pieces_to_expr(vec[piece] pieces, vec[@ast.expr] args) -> @ast.expr {
548548
// indent-tabs-mode: nil
549549
// c-basic-offset: 4
550550
// buffer-file-coding-system: utf-8-unix
551-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
551+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
552552
// End:
553553
//

trunk/src/comp/front/lexer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,6 @@ impure fn next_token(reader rdr) -> token.token {
786786
// indent-tabs-mode: nil
787787
// c-basic-offset: 4
788788
// buffer-file-coding-system: utf-8-unix
789-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
789+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
790790
// End:
791791
//

trunk/src/comp/front/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2480,6 +2480,6 @@ impure fn parse_crate_from_crate_file(parser p) -> @ast.crate {
24802480
// indent-tabs-mode: nil
24812481
// c-basic-offset: 4
24822482
// buffer-file-coding-system: utf-8-unix
2483-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
2483+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
24842484
// End:
24852485
//

trunk/src/comp/front/token.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,5 @@ fn to_str(token t) -> str {
359359
// indent-tabs-mode: nil
360360
// c-basic-offset: 4
361361
// buffer-file-coding-system: utf-8-unix
362-
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
362+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
363363
// End:

0 commit comments

Comments
 (0)