Skip to content

Commit 999dbb1

Browse files
committed
---
yaml --- r: 6721 b: refs/heads/master c: 68c6272 h: refs/heads/master i: 6719: 9a071d4 v: v3
1 parent e27b9d3 commit 999dbb1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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: 8f0c475562299d3fcc9c77ce1b9e8b19f8e6add7
2+
refs/heads/master: 68c6272f860f919809a52f3cd937989a9446d90e

trunk/Makefile.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ endef
385385
$(foreach host,$(CFG_TARGET_TRIPLES), \
386386
$(eval $(call DEF_RUSTC_TARGET,$(host))))
387387

388+
rustc-stage1: rustc-stage1-H-$(CFG_HOST_TRIPLE)
389+
rustc-stage2: rustc-stage2-H-$(CFG_HOST_TRIPLE)
390+
rustc-stage3: rustc-stage3-H-$(CFG_HOST_TRIPLE)
391+
rustc: rustc-H-$(CFG_HOST_TRIPLE)
392+
388393
rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
389394

390395
######################################################################
@@ -410,7 +415,7 @@ TSREQS := \
410415
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
411416
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE))/cargo$(X)
412417

413-
all: rustc-H-$(CFG_HOST_TRIPLE) $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
418+
all: rustc $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
414419

415420
endif
416421

0 commit comments

Comments
 (0)