summary refs log tree commit diff
path: root/src/bootstrap/install.rs
AgeCommit message (Collapse)AuthorLines
2016-12-28rustbuild: Implement DESTDIR supportAlex Crichton-13/+39
This commit primarily starts supporting the `DESTDIR` environment variable like the old build system. Along the way this brings `config.toml` up to date with support in `config.mk` with install options supported. Closes #38441
2016-10-05Add support for docdir, libdir and mandir.Ahmed Charles-5/+18
2016-10-05Install docs, std and rustc using results from dist.Ahmed Charles-3/+29
2016-10-05rustbuild: Add install target. #34675Ahmed Charles-0/+22
It just prints to the screen currently.