Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
| | | | | | Spotted and suggested by: des MFC after: 3 weeks | ||||
* | Added support for all new install(1) options. | ru | 2001-05-28 | 1 | -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 copied | marcel | 1999-12-15 | 1 | -1/+1 |
| | | | | with -C, although they should. | ||||
* | Use install -C -p instead of cp -p. | marcel | 1999-12-10 | 1 | -2/+2 |
| | | | | Pointed out by: bde | ||||
* | install(1) lookalike that can be used during a build. Any options | marcel | 1999-12-08 | 1 | -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. |