File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ function msg {
14
14
echo " ****************************************"
15
15
}
16
16
17
- M=src/comp /metadata
17
+ M=src/rustc /metadata
18
18
GEN_TYPES=" syntax::ast::item syntax::ast::def middle::typeck::method_origin \
19
19
middle::freevars::freevar_entry syntax::ast::def_id
20
20
syntax::ast::inlined_item"
21
21
22
22
# Find serializer tool:
23
- for S in build/ * /stage1/bin/serializer; do
23
+ for S in * /stage1/bin/serializer; do
24
24
25
- echo " Generating src/comp /metadata/astencode_gen.rs"
25
+ echo " Generating src/rustc /metadata/astencode_gen.rs"
26
26
27
27
# First, generate dummy fns so that the compiler can type
28
28
# everything.
@@ -51,7 +51,7 @@ for S in build/*/stage1/bin/serializer; do
51
51
fi
52
52
53
53
# Generate the real code into a temporary file.
54
- if ! " $S " src/comp /rustc.rc $GEN_TYPES > tmp.$$ .rs
54
+ if ! " $S " src/rustc /rustc.rc $GEN_TYPES > tmp.$$ .rs
55
55
then
56
56
msg
57
57
rm tmp.$$ .rs
You can’t perform that action at this time.
0 commit comments