Skip to content

Commit 24fb724

Browse files
bstriebrson
authored andcommitted
Rename some misleading variables
1 parent c9bbf73 commit 24fb724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mk/install.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install: all install-host install-targets
5858

5959
# Shorthand for build/stageN/bin
6060
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
61-
HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
61+
HB2 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
6262
# Shorthand for build/stageN/lib
6363
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
6464
# Shorthand for the prefix bin directory
@@ -70,9 +70,9 @@ install-host: $(SREQ$(ISTAGE)_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE))
7070
$(Q)mkdir -p $(PREFIX_BIN)
7171
$(Q)mkdir -p $(PREFIX_LIB)
7272
$(Q)mkdir -p $(PREFIX_ROOT)/share/man/man1
73-
$(Q)$(call INSTALL,$(HB3),$(PHB),rustc$(X))
74-
$(Q)$(call INSTALL,$(HB3),$(PHB),cargo$(X))
75-
$(Q)$(call INSTALL,$(HB3),$(PHB),rustdoc$(X))
73+
$(Q)$(call INSTALL,$(HB2),$(PHB),rustc$(X))
74+
$(Q)$(call INSTALL,$(HB2),$(PHB),cargo$(X))
75+
$(Q)$(call INSTALL,$(HB2),$(PHB),rustdoc$(X))
7676
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
7777
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(CORELIB_GLOB))
7878
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(STDLIB_GLOB))

0 commit comments

Comments
 (0)