File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ define SREQ
333
333
334
334
# Destinations of artifacts for the host compiler
335
335
HROOT$(1 ) _H_$(3 ) = $(3 ) /stage$(1 )
336
- HBIN$(1 ) _H_$(3 ) = $$(HROOT$(1 ) _H_$(3 ) ) /bin
336
+ HBIN$(1 ) _H_$(3 ) = $$(HROOT$(1 ) _H_$(3 ) ) /$$( CFG_BINDIR_RELATIVE )
337
337
HLIB$(1 ) _H_$(3 ) = $$(HROOT$(1 ) _H_$(3 ) ) /$$(CFG_LIBDIR_RELATIVE )
338
338
339
339
# Destinations of artifacts for target architectures
Original file line number Diff line number Diff line change 10
10
11
11
12
12
ifdef CFG_PERF_TOOL
13
- rustc-perf$(X ) : $(CFG_BUILD ) /stage2/bin /rustc$(X_$(CFG_BUILD ) )
13
+ rustc-perf$(X ) : $(CFG_BUILD ) /stage2/$( CFG_BINDIR_RELATIVE ) /rustc$(X_$(CFG_BUILD ) )
14
14
@$(call E, perf compile: $@ )
15
15
$(PERF_STAGE2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) \
16
16
-o $@ $(COMPILER_CRATE ) > rustc-perf.err 2>&1
17
17
$(Q ) rm -f $(LIBRUSTC_GLOB )
18
18
else
19
- rustc-perf$(X ) : $(CFG_BUILD ) /stage2/bin /rustc$(X_$(CFG_BUILD ) )
19
+ rustc-perf$(X ) : $(CFG_BUILD ) /stage2/$( CFG_BINDIR_RELATIVE ) /rustc$(X_$(CFG_BUILD ) )
20
20
$(Q ) touch $@
21
21
endif
22
22
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ endef
147
147
define DEF_PREPARE
148
148
149
149
prepare-base-$(1 ) : PREPARE_SOURCE_DIR=$$(PREPARE_HOST ) /stage$$(PREPARE_STAGE )
150
- prepare-base-$(1 ) : PREPARE_SOURCE_BIN_DIR=$$(PREPARE_SOURCE_DIR ) /bin
150
+ prepare-base-$(1 ) : PREPARE_SOURCE_BIN_DIR=$$(PREPARE_SOURCE_DIR ) /$$( CFG_BINDIR_RELATIVE )
151
151
prepare-base-$(1 ) : PREPARE_SOURCE_LIB_DIR=$$(PREPARE_SOURCE_DIR ) /$$(CFG_LIBDIR_RELATIVE )
152
152
prepare-base-$(1 ) : PREPARE_SOURCE_MAN_DIR=$$(S ) /man
153
- prepare-base-$(1 ) : PREPARE_DEST_BIN_DIR=$$(PREPARE_DEST_DIR ) /bin
153
+ prepare-base-$(1 ) : PREPARE_DEST_BIN_DIR=$$(PREPARE_DEST_DIR ) /$$( CFG_BINDIR_RELATIVE )
154
154
prepare-base-$(1 ) : PREPARE_DEST_LIB_DIR=$$(PREPARE_DEST_DIR ) /$$(CFG_LIBDIR_RELATIVE )
155
155
prepare-base-$(1 ) : PREPARE_DEST_MAN_DIR=$$(PREPARE_DEST_DIR ) /share/man/man1
156
156
prepare-base-$(1 ) : prepare-everything-$(1 )
You can’t perform that action at this time.
0 commit comments