about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-04-09 06:05:49 +0000
committerbors <bors@rust-lang.org>2018-04-09 06:05:49 +0000
commit561fb395599c63d1368bfc2693b1075a75a604cc (patch)
tree8a36c702c9f31bc214e65bffb15c9247c048135b /src/libsyntax/parse
parent8ae79efce3e43eadecd032cf38b2372b4cba7b62 (diff)
parent94879023ad6965ed6a2a3f0d50a961ef31e47c9a (diff)
downloadrust-561fb395599c63d1368bfc2693b1075a75a604cc.tar.gz
rust-561fb395599c63d1368bfc2693b1075a75a604cc.zip
Auto merge of #49778 - tamird:install-relative-prefix, r=Mark-Simulacrum
rustbuild: canonicalize prefix `install_sh`

Testing:
```
  $ git diff
  diff --git a/config.toml.example b/config.toml.example
  index 9dd3002506..b47bc490cd 100644
  --- a/config.toml.example
  +++ b/config.toml.example
  @@ -196,7 +196,7 @@
   [install]

   # Instead of installing to /usr/local, install to this path instead.
  -#prefix = "/usr/local"
  +prefix = "install-prefix"

   # Where to install system configuration files
   # If this is a relative path, it will get installed in `prefix` above
  $ mkdir install-prefix
  $ ./x.py install -i --stage 0 --config config.toml.example
  ...
  $ ls install-prefix/
  bin	lib	share
```

Closes #36989.

r? @Mark-Simulacrum
Diffstat (limited to 'src/libsyntax/parse')
0 files changed, 0 insertions, 0 deletions