Re: [libvirt] [PATCHv2 3/2] docs/Makefile.am: remove unnecessary subshells

2010-05-10 Thread Eric Blake
On 04/29/2010 04:12 AM, Jim Meyering wrote: > Eric Blake wrote: >> * docs/Makefile.am (ChangeLog.html.in, %.html.tmp, %.html) >> (html/index.html, $(devhelphtml)): Avoid spurious subshells. > > Thanks. I've made similar changes in the vicinity. > ACK. I've gone ahead and pushed just this patch f

Re: [libvirt] [PATCHv2 3/2] docs/Makefile.am: remove unnecessary subshells

2010-04-29 Thread Jim Meyering
Eric Blake wrote: > * docs/Makefile.am (ChangeLog.html.in, %.html.tmp, %.html) > (html/index.html, $(devhelphtml)): Avoid spurious subshells. Thanks. I've made similar changes in the vicinity. ACK. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-

[libvirt] [PATCHv2 3/2] docs/Makefile.am: remove unnecessary subshells

2010-04-28 Thread Eric Blake
* docs/Makefile.am (ChangeLog.html.in, %.html.tmp, %.html) (html/index.html, $(devhelphtml)): Avoid spurious subshells. --- This is pretty trivial; I noticed it while building the previous patch. docs/Makefile.am | 32 +--- 1 files changed, 17 insertions(+), 15 dele