K 10 svn:author V 5 peter K 8 svn:date V 27 1997-09-14T08:21:44.000000Z K 7 svn:log V 350 When calling strip, temporarily close the file, call strip and then reopen it after strip has finished. This makes it work when /usr/bin/strip replaces the file rather than doing an in-place edit (such as the binutils-2.8 strip, which is a variation of objcopy). This is necessary if install(1) and strip(1) are going to cooperate on an ELF system. END