summary refs log tree commit diff
path: root/src/etc/install.sh
AgeCommit message (Expand)AuthorLines
2014-03-30mk: Don't touch config.tmp or tmp/dist as root. Closes #13190Brian Anderson-1/+0
2014-03-28install: More error handlingBrian Anderson-0/+1
2014-03-28install: Extract function for creating absolute paths and reuse itBrian Anderson-9/+23
2014-03-28install: Fix string formatting in an errorBrian Anderson-3/+5
2014-03-28install: Explicitly delete the manifest during uninstall. Misc cleanupBrian Anderson-16/+20
2014-03-28install: Verify that installed compiler runsBrian Anderson-3/+39
2014-03-26install: Don't allow installation over the install filesBrian Anderson-2/+14
2014-03-26install: name the bundled manifest 'manifest.in'. CleanupBrian Anderson-4/+6
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-18/+54
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+0
2014-03-24install: Don't try to run binaries on installBrian Anderson-4/+0
2014-03-24install: Improve error handlingBrian Anderson-11/+28
2014-03-24install: Error on uninstall if manifest can't be foundBrian Anderson-0/+7
2014-03-24mk: Fix distcheckBrian Anderson-0/+1
2014-03-09install.sh: untabifyBrian Anderson-20/+20
2014-03-09install.sh: Improve error handlingBrian Anderson-0/+19
2014-03-09mk: dist-installer builds a binary installerBrian Anderson-0/+264