Chris Johnsen wrote: > On 2010 Apr 21, at 20:18, Jonathan Nieder wrote: >> user-manual.html: user-manual.xml >> - $(QUIET_XSLTPROC)xsltproc $(XSLTOPTS) -o $@ $(XSLT) $< >> + $(QUIET_XSLTPROC)$(RM) $@+ $@ && \ >> + xsltproc $(XSLTOPTS) -o $@+ $(XSLT) $< && \ >> + mv $@+ $@ >> [...] > I suppose it is obvious enough what is going on in this in this > second hunk, but there is no mention of this change in the commit > message. Is this hunk due to a similar problem with xsltproc? Or > maybe this is just "defensive coding"? xsltproc indeed has the same problem, as I learned while testing the first hunk. Thanks for asking. Sorry for the incomplete explanation before. Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html