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 00:11:46 +0200 Message-ID: <1595208.DgBYAfayxg@xps> References: <20170623181616.16981-1-lboccass@brocade.com> <20170623184153.24488-1-lboccass@brocade.com> 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 8CA6A3B5 for ; Tue, 27 Jun 2017 00:11:48 +0200 (CEST) In-Reply-To: <20170623184153.24488-1-lboccass@brocade.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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