mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rename some misleading variables
This commit is contained in:
parent
c9bbf739eb
commit
24fb724dc9
@ -58,7 +58,7 @@ install: all install-host install-targets
|
||||
|
||||
# Shorthand for build/stageN/bin
|
||||
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
|
||||
HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
|
||||
HB2 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
|
||||
# Shorthand for build/stageN/lib
|
||||
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
|
||||
# Shorthand for the prefix bin directory
|
||||
@ -70,9 +70,9 @@ install-host: $(SREQ$(ISTAGE)_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE))
|
||||
$(Q)mkdir -p $(PREFIX_BIN)
|
||||
$(Q)mkdir -p $(PREFIX_LIB)
|
||||
$(Q)mkdir -p $(PREFIX_ROOT)/share/man/man1
|
||||
$(Q)$(call INSTALL,$(HB3),$(PHB),rustc$(X))
|
||||
$(Q)$(call INSTALL,$(HB3),$(PHB),cargo$(X))
|
||||
$(Q)$(call INSTALL,$(HB3),$(PHB),rustdoc$(X))
|
||||
$(Q)$(call INSTALL,$(HB2),$(PHB),rustc$(X))
|
||||
$(Q)$(call INSTALL,$(HB2),$(PHB),cargo$(X))
|
||||
$(Q)$(call INSTALL,$(HB2),$(PHB),rustdoc$(X))
|
||||
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
|
||||
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(CORELIB_GLOB))
|
||||
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(STDLIB_GLOB))
|
||||
|
Loading…
Reference in New Issue
Block a user