Re: [dpdk-dev] [PATCH v3 8/8] mk: always rebuild in the same order

2017-06-27 Thread Luca Boccassi
On Tue, 2017-06-27 at 01:22 +0200, Thomas Monjalon wrote: > 23/06/2017 20:41, lbocc...@brocade.com: > > From: Luca Boccassi > > > > In order to achieve reproducible builds, always check dependencies > > in > > the same order. > > > > Signed-off-by: Luca Boccassi > > --- > >  mk/internal/rte.com

Re: [dpdk-dev] [PATCH v3 8/8] mk: always rebuild in the same order

2017-06-26 Thread Thomas Monjalon
23/06/2017 20:41, lbocc...@brocade.com: > From: Luca Boccassi > > In order to achieve reproducible builds, always check dependencies in > the same order. > > Signed-off-by: Luca Boccassi > --- > mk/internal/rte.compile-pre.mk | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) It

[dpdk-dev] [PATCH v3 8/8] mk: always rebuild in the same order

2017-06-23 Thread lboccass
From: Luca Boccassi In order to achieve reproducible builds, always check dependencies in the same order. Signed-off-by: Luca Boccassi --- mk/internal/rte.compile-pre.mk | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mk/internal/rte.compile-pre.mk b/mk/internal/rte