Re: [PATCH] Documentation/Makefile: fix interrupted builds of user-manual.xml

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

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]