Skip to content

Commit 2a78109

Browse files
committed
---
yaml --- r: 3982 b: refs/heads/master c: 46b0aa5 h: refs/heads/master v: v3
1 parent 29a9ef0 commit 2a78109

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 71909a64bc6bd192d7cd57e3ae08ea17a875048d
2+
refs/heads/master: 46b0aa5c5cf92804219766e3254fc89a3fc583b0

trunk/Makefile.in

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,stage$(1),stage$(1), \
171171
$$(CFG_RUSTC_FLAGS))
172172
endef
173173

174+
# FIXME: fuzzer only appears to work on unix at the moment.
175+
ifdef CFG_UNIXY
176+
FUZZ := stage1/fuzzer
177+
else
178+
FUZZ :=
179+
endif
180+
174181
$(eval $(call SREQ,0))
175182
$(eval $(call SREQ,1))
176183
$(eval $(call SREQ,2))
@@ -187,9 +194,9 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
187194
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
188195
CFG_INFO := $(info cfg:)
189196

190-
all: $(SREQ0) $(SREQ1) $(GENERATED) $(DOCS)
197+
all: $(SREQ0) $(SREQ1) $(GENERATED) $(DOCS) $(FUZZ)
191198
else
192-
all: $(SREQ0) $(SREQ1) $(SREQ2) $(SREQ3) $(GENERATED) $(DOCS)
199+
all: $(SREQ0) $(SREQ1) $(SREQ2) $(SREQ3) $(GENERATED) $(DOCS) $(FUZZ)
193200
endif
194201

195202

0 commit comments

Comments
 (0)