summaryrefslogtreecommitdiffstats
path: root/tools/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use = not == in test arguments.brooks2013-01-241-1/+1
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* Implement the -l option using ln(1) to facilitate boostrapping.brooks2013-01-211-4/+20
| | | | | | | | Ignore the new options -D, -h, -T, and -U. Adjust -M support to ignore an argument. Sponsored by: DARPA, AFRL Reviewed by: ian, ray, rpaulo
* Teach tools/install.sh the -d directory mode.uqs2011-02-221-2/+18
| | | | | | | | Sync up with flags understood by install(1) [1], and make install(1)'s usage output not hide the clearly documented -M flag. PR: misc/154739 [1] Submitted by: arundel
* Arguments to options aren't necessarily separated with whitespace.ru2004-07-071-0/+1
| | | | Noticed by: harti
* From what I can tell, install.sh supported all of the install(1)ru2004-02-061-4/+3
| | | | | | | | options since revision 1.2, so removed the XXX comment now. Fixed bogus test(1) expression that would be evaluated as a null string test if script is run without arguments, compacted option lists.
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Added support for all new install(1) options.ru2001-05-281-3/+3
| | | | Removed -c from the actual call as -p implies "copy".
* Don't use -C internally. Use -c. For some reason files are not copiedmarcel1999-12-151-1/+1
| | | | with -C, although they should.
* Use install -C -p instead of cp -p.marcel1999-12-101-2/+2
| | | | Pointed out by: bde
* install(1) lookalike that can be used during a build. Any optionsmarcel1999-12-081-0/+42
are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools.
OpenPOWER on IntegriCloud