File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -608,6 +608,10 @@ config.stamp: $(S)configure $(S)Makefile.in $(S)src/snapshots.txt
608
608
# Primary-target makefiles
609
609
# #####################################################################
610
610
611
+ # Issue #9531: If you change the order of any of the following (or add
612
+ # new definitions), make sure definitions always precede their uses,
613
+ # especially for the dependency lists of recipes.
614
+
611
615
include $(CFG_SRC_DIR ) mk/target.mk
612
616
include $(CFG_SRC_DIR ) mk/host.mk
613
617
include $(CFG_SRC_DIR ) mk/stage0.mk
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ $(HBIN0_H_$(CFG_BUILD_TRIPLE))/:
6
6
$(HLIB0_H_$(CFG_BUILD_TRIPLE ) ) / :
7
7
mkdir -p $@
8
8
9
- SNAPSHOT_RUSTC_POST_CLEANUP =$(HBIN0_H_$(CFG_BUILD_TRIPLE ) ) /rustc$(X_$(CFG_BUILD_TRIPLE ) )
10
-
11
9
$(SNAPSHOT_RUSTC_POST_CLEANUP ) : \
12
10
$(S ) src/snapshots.txt \
13
11
$(S ) src/etc/get-snapshot.py $(MKFILE_DEPS ) \
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ WFLAGS_ST2 = -D warnings
36
36
# had its chance to clean it out; otherwise the other products will be
37
37
# inadvertantly included in the clean out.
38
38
39
+ SNAPSHOT_RUSTC_POST_CLEANUP =$(HBIN0_H_$(CFG_BUILD_TRIPLE ) ) /rustc$(X_$(CFG_BUILD_TRIPLE ) )
40
+
39
41
define TARGET_STAGE_N
40
42
41
43
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /libmorestack.a: \
You can’t perform that action at this time.
0 commit comments