K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-03-08T08:57:56.000000Z K 7 svn:log V 388 Don't copy headers from the source tree to the object tree without making sure the copies in the object tree are writable. When files in the source tree are not writable (as would be the case for a p4 tree) then a buildworld -DNOCLEAN will try to copy over the existing non-writable headers. This fails. Instead we cat the headers with redirection. This is just one of the possibilities. END