From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] devtools: use a common prefix for temporary files Date: Thu, 20 Sep 2018 12:22:20 +0100 Message-ID: <20180920112219.GA19844@bricha3-MOBL.ger.corp.intel.com> References: <20180919171629.19760-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Adrien Mazarguil , Neil Horman , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BC722326C for ; Thu, 20 Sep 2018 13:22:25 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180919171629.19760-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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