File tree Expand file tree Collapse file tree 7 files changed +236
-506
lines changed Expand file tree Collapse file tree 7 files changed +236
-506
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 2d7d7e59f9b37b431a4d6f3ab576c4bd197dc231
4
+ refs/heads/snap-stage3: f7833215b0a5f8e12d559b309254a8f235078802
5
5
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ clean-misc:
41
41
@$(call E, cleaning)
42
42
$(Q ) rm -f $(RUNTIME_OBJS ) $(RUNTIME_DEF )
43
43
$(Q ) rm -f $(RUSTLLVM_LIB_OBJS ) $(RUSTLLVM_OBJS_OBJS ) $(RUSTLLVM_DEF )
44
- $(Q ) rm -Rf $(DOCS )
45
44
$(Q ) rm -Rf $(GENERATED )
46
45
$(Q ) rm -Rf tmp/*
47
46
$(Q ) rm -Rf rust-stage0-* .tar.bz2 $(PKG_NAME ) -* .tar.gz $(PKG_NAME ) -* .exe dist
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ TOOL_SOURCE_rustc := $(S)src/driver/driver.rs
92
92
# ###############################################################################
93
93
94
94
DOC_CRATES := $(filter-out rustc, $(filter-out syntax, $(CRATES ) ) )
95
+ COMPILER_DOC_CRATES := rustc syntax
95
96
96
97
# This macro creates some simple definitions for each crate being built, just
97
98
# some munging of all of the parameters above.
You can’t perform that action at this time.
0 commit comments