about summary refs log tree commit diff
path: root/mk/install.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-138/+0
2016-09-08Allow setting --docdirorbea-1/+2
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-2/+2
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-1/+1
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-1/+1
2015-12-07Fix typo in make varMarkus Unterwaditzer-7/+7
2015-10-15mk: Split out a standard library packageAlex Crichton-4/+14
2015-04-08configure: Remove obsolete --disable-verify optionBrian Anderson-8/+2
2015-02-10Remove duplicated configuration for androidEunji Jeong-3/+2
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-1/+1
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-3/+6
2015-01-03Fix `make install` dependenciesAndrea Canciani-6/+2
2014-12-31fix "make install"David Creswick-0/+4
2014-12-29Install copyright information and package docsBrian Anderson-0/+6
2014-12-11Use rust-installer for installationBrian Anderson-2/+2
2014-09-04Avoid building as root with `sudo make install`Kevin Ballard-4/+22
2014-07-24auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brsonbors-3/+3
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-3/+3
2014-07-22Revert "Made 'make install' include libs for additional targets"Brian Anderson-2/+2
2014-07-10More robust install.sh: do runnability test in fresh subdirectory.Felix S. Klock II-4/+6
2014-04-08Made 'make install' include libs for additional targetsDmitry Promsky-2/+2
2014-03-30mk: Don't touch config.tmp or tmp/dist as root. Closes #13190Brian Anderson-2/+2
2014-03-28mk: Restore DESTDIRBrian Anderson-2/+2
2014-03-28install: Verify that installed compiler runsBrian Anderson-1/+8
2014-03-27mk: Fix syntax error in installation targetBrian Anderson-1/+1
2014-03-26install: name the bundled manifest 'manifest.in'. CleanupBrian Anderson-0/+2
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-2/+2
2014-03-25Revert "Revert "mk: Run 'make install' through install.sh""Brian Anderson-60/+7
2014-03-25mk: Fix 'make install'. Closes #13128Brian Anderson-1/+3
2014-03-19mk: Simplify how prepare.mk, install.mk, and dist.mk deal with stagesBrian Anderson-2/+1
2014-02-16Address review feedbackBrian Anderson-4/+4
2014-02-15mk: Base the install target on prepare.mkBrian Anderson-137/+24
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-0/+2
2014-01-29auto merge of #11903 : alexcrichton/rust/android-test-deps, r=huonwbors-10/+7
2014-01-29Fix android test depsAlex Crichton-10/+7
2014-01-28Add a missing backslash to a makefileAlex Crichton-8/+1
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-69/+62
2014-01-10fix uninstall target with configurable rustlib directoryTed Horst-1/+1
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