summary refs log tree commit diff
path: root/mk/install.mk
AgeCommit message (Expand)AuthorLines
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-2/+2
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+1
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-0/+15
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-3/+0
2013-12-01*Actually* fix `make install` with rlibsAlex Crichton-3/+0
2013-11-30Fix make install to install rlib filesAlex Crichton-0/+6
2013-11-29Statically link librustrt to libstdAlex Crichton-6/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+6
2013-11-02auto merge of #10229 : brson/rust/warnings, r=thestingerbors-1/+1
2013-11-01Fix installation with DESTDIRBrian Anderson-9/+9
2013-11-01Use consistent capitalization in makefile errorsBrian Anderson-1/+1
2013-10-31Fix missing parenthesis in a previous substitution '$(PREFIX_ROOT)' to '$(CF...Olivier Saut-4/+4
2013-10-29Correct prefix / CFG_PREFIX work in configure / install.mkHeather-8/+8
2013-10-29support for GNU configure syntaxHeather-42/+43
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+6
2013-10-24rust / build: make install should use explicit permissions when creating dire...Igor Bukanov-5/+9
2013-10-16remove the rusti commandDaniel Micay-7/+0
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-7/+0
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-5/+0
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-0/+3
2013-09-16Add rustdoc_ngCorey Richardson-0/+2
2013-08-07mk: install.mk fix to specify ADB variables not adbYoung-il Choi-1/+1
2013-07-14auto merge of #7796 : thomaslee/rust/issue-6247, r=z0w0bors-0/+1
2013-07-14Install librustllvm.so to target lib directoryTom Lee-0/+1
2013-07-13remove new man pages on make uninstallTed Horst-0/+4
2013-07-11auto merge of #7632 : gavinb/rust/7484_manpages, r=cmrbors-2/+5
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-11/+11
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-42/+61
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-2/+10
2013-07-07Add new manpages to install scriptGavin Baker-2/+5
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-8/+8
2013-05-06minor automatic whitespace fixesDaniel Micay-4/+4
2013-05-04mk: install.mk directory argument pass for install-runtime-targetYoung-il Choi-17/+24
2013-05-03mk: configurable android test directoryYoung-il Choi-7/+10
2013-05-01mk: install-runtime-target added to install.mk (pushing shared library to and...Young-il Choi-0/+63
2013-04-02install the librust{doc,pkg} host librariesDaniel Micay-0/+2
2013-03-31install.mk: use INSTALL_LIB for all librariesDaniel Micay-4/+4
2013-03-21stop installing empty .so filesDaniel Micay-10/+0
2013-03-04mk: install/uninstall for multiple targetYoung-il Choi-2/+22
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-11/+11
2013-03-02mk: Cross-compile fixesBrian Anderson-37/+37
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-6/+6
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-0/+8
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-6/+6
2012-12-16Don't install the fuzzerBrian Anderson-7/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-2/+2
2012-11-07Fix make install rules for new librariesBrian Anderson-0/+8
2012-11-07Fix install target for new librariesBrian Anderson-4/+10
2012-11-04make: change to LIB prefixed for fuzzer, carge, rustdoc, rusti uninstallDaniel Patterson-4/+4