Skip to content

Commit 1ef4223

Browse files
committed
---
yaml --- r: 104690 b: refs/heads/snap-stage3 c: f783321 h: refs/heads/master v: v3
1 parent f5cba31 commit 1ef4223

File tree

7 files changed

+236
-506
lines changed

7 files changed

+236
-506
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 2d7d7e59f9b37b431a4d6f3ab576c4bd197dc231
4+
refs/heads/snap-stage3: f7833215b0a5f8e12d559b309254a8f235078802
55
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/clean.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ clean-misc:
4141
@$(call E, cleaning)
4242
$(Q)rm -f $(RUNTIME_OBJS) $(RUNTIME_DEF)
4343
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
44-
$(Q)rm -Rf $(DOCS)
4544
$(Q)rm -Rf $(GENERATED)
4645
$(Q)rm -Rf tmp/*
4746
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz $(PKG_NAME)-*.exe dist

branches/snap-stage3/mk/crates.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ TOOL_SOURCE_rustc := $(S)src/driver/driver.rs
9292
################################################################################
9393

9494
DOC_CRATES := $(filter-out rustc, $(filter-out syntax, $(CRATES)))
95+
COMPILER_DOC_CRATES := rustc syntax
9596

9697
# This macro creates some simple definitions for each crate being built, just
9798
# some munging of all of the parameters above.

0 commit comments

Comments
 (0)