Re: [dpdk-dev] [PATCH v3 0/8] Reproducible build

2017-06-26 Thread Thomas Monjalon
27/06/2017 00:11, Thomas Monjalon: > 23/06/2017 20:41, lbocc...@brocade.com: > > Luca Boccassi (8): > > mk: use make silent flag to print HTML doc version > > mk: fix excluding .doctrees when installing docs > > mk: sort list of shared objects in linker script > > mk: sort list of files in

Re: [dpdk-dev] [PATCH v3 0/8] Reproducible build

2017-06-26 Thread Thomas Monjalon
23/06/2017 20:41, lbocc...@brocade.com: > Luca Boccassi (8): > mk: use make silent flag to print HTML doc version > mk: fix excluding .doctrees when installing docs > mk: sort list of shared objects in linker script > mk: sort list of files in examples.dox > mk: sort headers before wildca

[dpdk-dev] [PATCH v3 0/8] Reproducible build

2017-06-23 Thread lboccass
From: Luca Boccassi In the past couple of years a concerted effort among almost all Linux distros has been striving toward achieving reproducible builds. [1] This involves changes to the toolchain, new tools and CI systems. [2] v1 fixed the documentation, examples and linker script generation. v