Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap/install.rs: support a nonexistent
prefix
in x.py install
PR rust-lang#49778 introduced fs::canonicalize() which fails for a nonexistent path. This is a surprise for someone used to GNU Autotools' configure which can create any necessary intermediate directories in prefix. This change makes it run fs::create_dir_all() before canonicalize().
- Loading branch information