We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f13e9c commit 88e4b5dCopy full SHA for 88e4b5d
mk/install.mk
@@ -119,6 +119,8 @@ install-host: $(CSREQ$(ISTAGE)_T_$(CFG_BUILD_TRIPLE)_H_$(CFG_BUILD_TRIPLE))
119
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(LIBSYNTAX_GLOB_$(CFG_BUILD_TRIPLE)))
120
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(LIBRUSTI_GLOB_$(CFG_BUILD_TRIPLE)))
121
$(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(LIBRUST_GLOB_$(CFG_BUILD_TRIPLE)))
122
+ $(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(LIBRUSTPKG_GLOB_$(CFG_BUILD_TRIPLE)))
123
+ $(Q)$(call INSTALL_LIB,$(HL),$(PHL),$(LIBRUSTDOC_GLOB_$(CFG_BUILD_TRIPLE)))
124
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME_$(CFG_BUILD_TRIPLE)))
125
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUSTLLVM_$(CFG_BUILD_TRIPLE)))
126
$(Q)$(call INSTALL,$(S)/man, \
saw approval from graydon at https://github.com/thestinger/rust/commit/88e4b5de8350968b69b9e4d9037f35a5eaf3f796
merging thestinger/rust/build = 88e4b5d into auto
thestinger/rust/build = 88e4b5d merged ok, testing candidate = f357a03
all tests pass: http://buildbot.rust-lang.org/builders/auto-linux/builds/726 http://buildbot.rust-lang.org/builders/auto-win/builds/721 http://buildbot.rust-lang.org/builders/auto-mac/builds/734
fast-forwarding incoming to auto = f357a03
5 commit comments
bors commentedon Apr 3, 2013
saw approval from graydon
at https://github.com/thestinger/rust/commit/88e4b5de8350968b69b9e4d9037f35a5eaf3f796
bors commentedon Apr 3, 2013
merging thestinger/rust/build = 88e4b5d into auto
bors commentedon Apr 3, 2013
thestinger/rust/build = 88e4b5d merged ok, testing candidate = f357a03
bors commentedon Apr 3, 2013
all tests pass:
http://buildbot.rust-lang.org/builders/auto-linux/builds/726
http://buildbot.rust-lang.org/builders/auto-win/builds/721
http://buildbot.rust-lang.org/builders/auto-mac/builds/734
bors commentedon Apr 3, 2013
fast-forwarding incoming to auto = f357a03