We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c033f8 commit 230b279Copy full SHA for 230b279
mk/install.mk
@@ -56,6 +56,7 @@ install: install-host install-targets
56
install-host: $(SREQ$(ISTAGE)$(CFG_HOST_TRIPLE))
57
$(Q)mkdir -p $(PREFIX_BIN)
58
$(Q)mkdir -p $(PREFIX_LIB)
59
+ $(Q)mkdir -p $(PREFIX_ROOT)/share/man/man1
60
$(Q)$(call INSTALL,$(HB),$(PHB),rustc$(X))
61
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
62
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_STDLIB))
0 commit comments