From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/8] Reproducible build Date: Tue, 27 Jun 2017 01:15:07 +0200 Message-ID: <5800283.lMFaJkI3D2@xps> References: <20170623181616.16981-1-lboccass@brocade.com> <20170623184153.24488-1-lboccass@brocade.com> <1595208.DgBYAfayxg@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, lboccass@brocade.com To: Luca Boccassi Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 845E82C8 for ; Tue, 27 Jun 2017 01:15:09 +0200 (CEST) In-Reply-To: <1595208.DgBYAfayxg@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/06/2017 00:11, Thomas Monjalon: > 23/06/2017 20:41, lboccass@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 wildcard inclusion > > mk: sort source files before passing them to the compiler > > mk: sort object files when building deps lists > > mk: always rebuild in the same order > > These patches look good. > If there is a mistake hidden in these changes, better to test it > as soon as possible in various user environments. > > Applied shortly, thanks Removed shortly from master branch :) I've just spotted some bugs in last 2 patches. Only first two patches are applied because they are fixes.