1f7bfa07f4
If one's source tree has non-writable files (because of CVSREAD=t, or someone else owns it, or it's on some read-only filesystems, some other reason), recently-added makefile code would cp tests.foo.7 in the sources to tests.7 in objdir, preserving permissions, but not forcing the copy. A subsequent copy would result in an error, failing the build. Therefore, rm -f the target file before doing the copy. (Arguably there should some standard support for this, but copying files from the source directory to objdir is quite unusual.) |
||
---|---|---|
.. | ||
man0 | ||
man1 | ||
man2 | ||
man3 | ||
man4 | ||
man5 | ||
man6 | ||
man7 | ||
man8 | ||
man9 | ||
tools | ||
Makefile |