summary refs log tree commit diff
path: root/mk/install.mk
AgeCommit message (Expand)AuthorLines
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
2012-11-04Librarify rusti, etc.Brian Anderson-0/+4
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-0/+2
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+7
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-0/+2
2012-07-12Fix make-install target on mac. release-0.3 0.3Graydon Hoare-2/+2
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-21/+16
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-16/+21
2012-06-08Rename some misleading variablesBen Striegel-4/+4
2012-06-08`make install` fix to address #2555Ben Striegel-1/+1
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-3/+3
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+4
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+1
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-1/+0
2012-02-24Correct install.mk to use CFG_LIBDIR for correct install paths on windows.Graydon Hoare-2/+2
2012-01-30Add a 'make uninstall' target. Close #1668.Graydon Hoare-0/+21
2012-01-28build: Don't use -T option on install cmd. Not OS X compatibleBrian Anderson-2/+2
2012-01-28Update cp to install, so we can safely install on systems with restrictive um...Aleksander Balicki-4/+4