From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpSIV-0005Ps-Jj for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:46:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpSIQ-0003wY-Kr for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:46:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpSIQ-0003wQ-En for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:46:06 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D4A99C04D2BE for ; Thu, 29 Sep 2016 03:46:05 +0000 (UTC) Date: Thu, 29 Sep 2016 11:46:03 +0800 From: Fam Zheng Message-ID: <20160929034603.GH6412@lemon> References: <1475047892-11955-1-git-send-email-famz@redhat.com> <87eg4416hz.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87eg4416hz.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] docker: Build in a clean directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Wed, 09/28 15:47, Markus Armbruster wrote: > Fam Zheng writes: > > > Currently we configure and build under "$QEMU_SRC/tests/docker" which is > > dubious, create a fixed directory (to be friendly to ccache) and change > > Period instead of comma, to help the reader understand where the part > describing the current state ends, and the part describing the change > starts. Yes! Sorry for the confusion! Fam > > > to there before calling build_qemu. > > > > Signed-off-by: Fam Zheng