|
49 | 49 | # automatically generated for all stage/host/target combinations.
|
50 | 50 | ################################################################################
|
51 | 51 |
|
52 |
| -TARGET_CRATES := libc std green native flate arena glob term semver \ |
53 |
| - uuid serialize sync getopts collections num test time rand \ |
54 |
| - url log regex graphviz core rbml rlibc alloc rustrt \ |
| 52 | +TARGET_CRATES := libc std green native flate arena term \ |
| 53 | + serialize sync getopts collections test time rand \ |
| 54 | + log regex graphviz core rbml rlibc alloc rustrt \ |
55 | 55 | unicode
|
56 |
| -HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros \ |
| 56 | +HOST_CRATES := syntax rustc rustdoc regex_macros fmt_macros \ |
57 | 57 | rustc_llvm rustc_back
|
58 | 58 | CRATES := $(TARGET_CRATES) $(HOST_CRATES)
|
59 | 59 | TOOLS := compiletest rustdoc rustc
|
@@ -83,18 +83,13 @@ DEPS_glob := std
|
83 | 83 | DEPS_serialize := std log
|
84 | 84 | DEPS_rbml := std log serialize
|
85 | 85 | DEPS_term := std log
|
86 |
| -DEPS_semver := std |
87 |
| -DEPS_uuid := std serialize |
88 | 86 | DEPS_sync := core alloc rustrt collections
|
89 | 87 | DEPS_getopts := std
|
90 | 88 | DEPS_collections := core alloc unicode
|
91 |
| -DEPS_fourcc := rustc syntax std |
92 |
| -DEPS_hexfloat := rustc syntax std |
93 | 89 | DEPS_num := std
|
94 | 90 | DEPS_test := std getopts serialize rbml term time regex native:rust_test_helpers
|
95 | 91 | DEPS_time := std serialize
|
96 | 92 | DEPS_rand := core
|
97 |
| -DEPS_url := std |
98 | 93 | DEPS_log := std regex
|
99 | 94 | DEPS_regex := std
|
100 | 95 | DEPS_regex_macros = rustc syntax std regex
|
|
0 commit comments