summary refs log tree commit diff
path: root/mk/install.mk
AgeCommit message (Expand)AuthorLines
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
2012-01-16build: Stop building stage3 on normal test cyclesHaitao Li-4/+5
2011-12-30Make install and check targets depend on all. Close #1395.Graydon Hoare-1/+1
2011-12-20Add rustdoc to build.Graydon Hoare-0/+1
2011-12-16Install and snapshot cargo by default.Graydon Hoare-0/+1
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-0/+3
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-5/+10
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+2
2011-11-29improve install, fix MKFILE_DEPS so it worksNiko Matsakis-14/+14
2011-11-29basic builds functionNiko Matsakis-25/+26
2011-11-28rt: Build __morestack as a static library and copy it to the right placesBrian Anderson-0/+1
2011-11-04install.mk: make man1 directoryElly Jones-0/+1
2011-10-25Add more comments to install.mkBrian Anderson-0/+11