> A problem with many make files is they do > > cmd data >foo > > instead of > > cmd data >foo.tmp && mv foo.tmp foo > > or similar.
In this particular case such additional protection is unnecessary since Joe User isn't expected to compile from the CVS. However, I don't mind if a good guy provides patches to fix that. Werner