Olaf Hering writes ("[PATCH] docs: create reproducible html"): > The Makefile uses wildcard to collect a list of files. The resulting > list of files is in directory order, which is random. As a result the > generated html files will differ when build on different hosts.
I'm in favour of reproducible builds, but I think this might be better done by wrapping every instance of $(wildcard ) with $(sort ), rather than postprocessing the output. What do you think ? Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel