Skip to content

Commit 02812e7

Browse files
committed
---
yaml --- r: 63787 b: refs/heads/snap-stage3 c: 927f454 h: refs/heads/master i: 63785: cafd74f 63783: fc63bd4 v: v3
1 parent ad28198 commit 02812e7

20 files changed

+1320
-109
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: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9591832112cb1fa1553bb6d1057bcc53bf4074cd
4+
refs/heads/snap-stage3: 927f454ac115c7d19f34951914b269ce356a1ca6
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/Makefile.in

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -536,19 +536,10 @@ ALL_TARGET_RULES = $(foreach target,$(CFG_TARGET_TRIPLES), \
536536
$(foreach host,$(CFG_HOST_TRIPLES), \
537537
all-target-$(target)-host-$(host)))
538538

539-
all: rustllvm/llvm-auto-clean-stamp \
540-
$(ALL_TARGET_RULES) $(GENERATED) docs
539+
all: $(ALL_TARGET_RULES) $(GENERATED) docs
541540

542541
endif
543542

544-
# This is used to independently force an LLVM clean rebuild
545-
# when we changed something not otherwise captured by builtin
546-
# dependencies. In these cases, commit a change that touches
547-
# the stamp in the source dir.
548-
rustllvm/llvm-auto-clean-stamp: $(S)src/rustllvm/llvm-auto-clean-trigger
549-
$(Q)$(MAKE) clean-llvm
550-
touch $@
551-
552543

553544
######################################################################
554545
# Re-configuration

branches/snap-stage3/mk/clean.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CLEAN_LLVM_RULES = \
2323
$(foreach target, $(CFG_TARGET_TRIPLES), \
2424
clean-llvm$(target))
2525

26-
.PHONY: clean clean-all clean-misc clean-llvm
26+
.PHONY: clean clean-all clean-misc
2727

2828
clean-all: clean clean-llvm
2929

0 commit comments

Comments
 (0)