[SSSD] [PATCH] Fix building manpages in parallel build dirs

Stephen Gallagher sgallagh at redhat.com
Thu Apr 5 22:30:14 UTC 2012


On Thu, 2012-04-05 at 15:22 -0700, Stephen Gallagher wrote:
> On Thu, 2012-04-05 at 15:12 -0700, Stephen Gallagher wrote:
> > Commit 2ebb3cf3d7062860343c3db1b53173c9c6547038 introduced an issue
> > when building manpages in parallel build dirs. It unnecessarily
> > modified the XML_DOC definition to restrict it to basing its
> > contents on the man_MANS variable. Unfortunately, this means that
> > when we entered the recursion in all-local we would be effectively
> > turning XML_DOC into $(srcdir)/$(lang)/manpage.N.xml when we really
> > only care that the source language XML document exists.
> > 
> > This patch reverts that portion of the change.
> > 
> > Fixes https://fedorahosted.org/sssd/ticket/1293
> 
> Pushed to master under the one-liner and unbreak-the-build rules.

Also pushed to sssd-1-8. The bug was present there but hidden due to a
strange behavior of make. It was being treated as non-fatal as long as
the last iteration of the for-loop succeeded. When I cleaned out the
unused translations, we revealed this issue.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20120405/df85456d/attachment.sig>


More information about the sssd-devel mailing list