Hi!

The attached patch prevents lsh's Makefile from truncating files if a
program doesn't work.  The basic idea is to avoid using `COMMAND >
TARGET', instead use `COMMAND > TEMPFILE && mv -f TEMPFILE TARGET'.

1999-01-19  Gordon Matzigkeit  <[EMAIL PROTECTED]>

        * Makefile.am: Don't clobber files unless the new one was
        correctly regenerated.

Thanks,

-- 
 Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://www.fig.org/)
    Lovers of freedom, unite!     \// I use GNU (http://www.gnu.org/)
[Unfortunately, www.fig.org is broken.  Please stay tuned for details.]

lsh-19990114-make.diff

Reply via email to