Alexandre Oliva writes:

> Anyway, automake uses `echo timestamp > file', instead of touch, and
> I've always thought the reason was to avoid having an empty file.

The reason (which is documented somewhere in the auto* manuals) is that on
some (BSD?) systems a 'touch' of an empty file doesn't update the time
stamp.  So in a way, yes, you're avoiding empty files, but it is only
necessary in 'make' context.

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/


Reply via email to