From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: use a common prefix for temporary files Date: Mon, 01 Oct 2018 23:51:13 +0200 Message-ID: <1802623.a0zYZIOPiY@xps> References: <20180919171629.19760-1-thomas@monjalon.net> <20180920112219.GA19844@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , Adrien Mazarguil , Neil Horman To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8BABF5F1A for ; Mon, 1 Oct 2018 23:51:16 +0200 (CEST) In-Reply-To: <20180920112219.GA19844@bricha3-MOBL.ger.corp.intel.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" 20/09/2018 13:22, Bruce Richardson: > On Wed, Sep 19, 2018 at 07:16:29PM +0200, Thomas Monjalon wrote: > > Some temporary files were generated in /tmp, others in the current > > directory, and none was "dpdk prefixed". > > > > All these files have a common path prefix now: $TMPDIR/dpdk. > > TMPDIR is /tmp by default. > > > > Note: the previous use of mktemp, with a template but without -t, > > was generating a file in the current directory. > > > > Signed-off-by: Thomas Monjalon > > --- > > Acked-by: Bruce Richardson Applied