| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-29 | install: Fix the install.sh script to work with spaces | Brian Anderson | -2/+2 | |
| Makes it work on windows | ||||
| 2014-07-11 | Only run ldconfig on Linux | Brian Anderson | -5/+3 | |
| 2014-07-10 | install: Run ldconfig when installing on Unix. Closes #15596. | Brian Anderson | -1/+13 | |
| If ldconfig fails it emits a warning. This is very possible when installing to a non-system directory, so the warning tries to indicate that it may not be a problem. | ||||
| 2014-07-10 | install: Make the LD_LIRARY_PATH warning more aesthetic | Brian Anderson | -2/+1 | |
| 2014-07-09 | etc: Fix install script for rpath removal | Alex Crichton | -6/+35 | |
| This adds detection of the relevant LD_LIBRARY_PATH-like environment variable and appropriately sets it when testing whether binaries can run or not. Additionally, the installation prints a recommended value if one is necessary. | ||||
| 2014-07-03 | remove duplicated slash in install script path | Ruud van Asseldonk | -1/+1 | |
| 2014-07-02 | install: Correct libdir for Windows installs. | Mike Boutin | -2/+67 | |
| Platform-detection code from `configure` copied over to `install.sh` in order to special case the lib dir being `bin` on Windows instead of `lib`. Short-term fix for #13810. | ||||
| 2014-03-30 | mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 | Brian Anderson | -1/+0 | |
| When running `make install` we are touching these files that can't then be removed later. | ||||
| 2014-03-28 | install: More error handling | Brian Anderson | -0/+1 | |
| 2014-03-28 | install: Extract function for creating absolute paths and reuse it | Brian Anderson | -9/+23 | |
| 2014-03-28 | install: Fix string formatting in an error | Brian Anderson | -3/+5 | |
| 2014-03-28 | install: Explicitly delete the manifest during uninstall. Misc cleanup | Brian Anderson | -16/+20 | |
| 2014-03-28 | install: Verify that installed compiler runs | Brian Anderson | -3/+39 | |
| Another sanity check. Can be disabled in `install.sh` via `--disable-verify` and `configure` with `--disable-verify-install`. | ||||
| 2014-03-26 | install: Don't allow installation over the install files | Brian Anderson | -2/+14 | |
| 2014-03-26 | install: name the bundled manifest 'manifest.in'. Cleanup | Brian Anderson | -4/+6 | |
| The installed manifest is a different file, so they should have different names. This should prevent various wierd conflicts in the future. | ||||
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -18/+54 | |
| This adds a hack to rustc to make it find the library directory regardless of whether it is named lib/lib64/lib32. | ||||
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -1/+0 | |
| Trying to reduce the complexity of installation | ||||
| 2014-03-24 | install: Don't try to run binaries on install | Brian Anderson | -4/+0 | |
| I think there are likely to be scenarios where this script is run to move files to the correct place during cross-compiles. | ||||
| 2014-03-24 | install: Improve error handling | Brian Anderson | -11/+28 | |
| 2014-03-24 | install: Error on uninstall if manifest can't be found | Brian Anderson | -0/+7 | |
| 2014-03-24 | mk: Fix distcheck | Brian Anderson | -0/+1 | |
| Also, add more distcheck tests | ||||
| 2014-03-09 | install.sh: untabify | Brian Anderson | -20/+20 | |
| 2014-03-09 | install.sh: Improve error handling | Brian Anderson | -0/+19 | |
| 2014-03-09 | mk: dist-installer builds a binary installer | Brian Anderson | -0/+264 | |
