summary refs log tree commit diff
path: root/mk/install.mk
AgeCommit message (Expand)AuthorLines
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
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