| 62840caa | 31-Jan-2012 |
Pedro Giffuni <pfg@apache.org> |
Reduce the dependencies on non standard GNU copy.
Excessive dependence on GNU cp for non-GNU platforms is inconvenient as it involves installing the complete GNU coreutils package. This can be avoid
Reduce the dependencies on non standard GNU copy.
Excessive dependence on GNU cp for non-GNU platforms is inconvenient as it involves installing the complete GNU coreutils package. This can be avoided by using less non-portable extensions.
- "cp -R" tends to be more portable than "cp -r" - Avoid using "cp -u".
At this time this changes are focused on FreeBSD based on the work done already for MacOSX.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1238684 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|