aboutsummaryrefslogtreecommitdiff
path: root/tools/install.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix handling -U. It does not take any arguments.Brad Davis2017-11-271-3/+3
* Use -n to ln(1) which is compatible with GNU ln(1).Bryan Drewery2015-11-161-1/+1
* Use = not == in test arguments.Brooks Davis2013-01-241-1/+1
* Implement the -l option using ln(1) to facilitate boostrapping.Brooks Davis2013-01-211-4/+20
* Teach tools/install.sh the -d directory mode.Ulrich Spörlein2011-02-221-2/+18
* Arguments to options aren't necessarily separated with whitespace.Ruslan Ermilov2004-07-071-0/+1
* From what I can tell, install.sh supported all of the install(1)Ruslan Ermilov2004-02-061-4/+3
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Added support for all new install(1) options.Ruslan Ermilov2001-05-281-3/+3
* Don't use -C internally. Use -c. For some reason files are not copiedMarcel Moolenaar1999-12-151-1/+1
* Use install -C -p instead of cp -p.Marcel Moolenaar1999-12-101-2/+2
* install(1) lookalike that can be used during a build. Any optionsMarcel Moolenaar1999-12-081-0/+42