[Reproducible-builds] [PATCH] Fix parallel doc building

Reiner Herrmann reiner at reiner-h.de
Sat Jan 17 00:56:24 UTC 2015


Hi!

While working on Debian's “reproducible builds” effort [1], we have noticed
that vim has produced different documentation files on two successive builds [2].
In one run a generated HTML file didn't contain links to tags, but did
so on another run (in an otherwise identical environment).

After checking it locally, it turned out to be related to parallel building.
The file tags.html (which is not generated from a .txt file) is contained in
the HTMLS list, but also its own make target.
The attached patch fixes it by removing tags.html from the HTMLS list.

Regards,
 Reiner


[1]: https://wiki.debian.org/ReproducibleBuilds
[2]: https://reproducible.debian.net/rb-pkg/vim.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_parallel_doc_building.patch
Type: text/x-patch
Size: 288 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150117/5ea7e74c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150117/5ea7e74c/attachment.sig>


More information about the Reproducible-builds mailing list