Skip to content

Commit 94d2c8a

Browse files
committed
mk: Remove the concept of 'snapshot transitions'
This way of doing snapshots hasn't been used since 2011.
1 parent b11e73d commit 94d2c8a

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Makefile.in

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -518,18 +518,6 @@ rustc-H-all: $(foreach host,$(CFG_HOST),rustc-H-$(host))
518518

519519
.DEFAULT_GOAL := all
520520

521-
ifneq ($(CFG_IN_TRANSITION),)
522-
523-
CFG_INFO := $(info cfg:)
524-
CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
525-
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
526-
CFG_INFO := $(info cfg:)
527-
528-
#FIXME This is surely busted
529-
all: $(SREQ1$(CFG_BUILD)) $(GENERATED) docs
530-
531-
else
532-
533521
define ALL_TARGET_N
534522
ifneq ($$(findstring $(1),$$(CFG_HOST)),)
535523
# This is a host
@@ -550,8 +538,6 @@ ALL_TARGET_RULES = $(foreach target,$(CFG_TARGET), \
550538

551539
all: $(ALL_TARGET_RULES) $(GENERATED) docs
552540

553-
endif
554-
555541

556542
######################################################################
557543
# Re-configuration

configure

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,12 +1071,6 @@ then
10711071
putvar CFG_PANDOC
10721072
fi
10731073

1074-
if head -n 1 ${CFG_SRC_DIR}src/snapshots.txt | grep -q '^T'
1075-
then
1076-
CFG_IN_TRANSITION=1
1077-
putvar CFG_IN_TRANSITION
1078-
fi
1079-
10801074
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
10811075
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
10821076
# errors.

0 commit comments

Comments
 (0)