summaryrefslogtreecommitdiff
path: root/tools/install.sh
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2017-11-27Fix handling -U. It does not take any arguments.Brad Davis
2015-11-16Use -n to ln(1) which is compatible with GNU ln(1).Bryan Drewery
2013-01-24Use = not == in test arguments.Brooks Davis
2013-01-21Implement the -l option using ln(1) to facilitate boostrapping.Brooks Davis
2011-02-22Teach tools/install.sh the -d directory mode.Ulrich Spörlein
2004-07-07Arguments to options aren't necessarily separated with whitespace.Ruslan Ermilov
2004-02-06From what I can tell, install.sh supported all of the install(1)Ruslan Ermilov
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2001-05-28Added support for all new install(1) options.Ruslan Ermilov
1999-12-15Don't use -C internally. Use -c. For some reason files are not copiedMarcel Moolenaar
1999-12-10Use install -C -p instead of cp -p.Marcel Moolenaar
1999-12-08install(1) lookalike that can be used during a build. Any optionsMarcel Moolenaar