emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Makefile bug in generating mh-loaddefs.el?


From: Tom Tromey
Subject: Re: Makefile bug in generating mh-loaddefs.el?
Date: Tue, 03 Jul 2007 14:25:02 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "David" == David Kastrup <address@hidden> writes:

[from the make manual]
>> `make' will do this if `.DELETE_ON_ERROR' appears as a
>> target.  This is almost always what you want `make' to do, but it is
>> not historical practice; so for compatibility, you must explicitly
>> request it.

Another typical, and portable, approach is to create a temporary file
and then 'mv' it to the correct name at the end of the rule.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]