From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpFCb-0007cR-Ax for qemu-devel@nongnu.org; Wed, 28 Sep 2016 09:47:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpFCV-000288-E8 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 09:47:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpFCV-000282-87 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 09:47:07 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 B899CC05B1C8 for ; Wed, 28 Sep 2016 13:47:06 +0000 (UTC) From: Markus Armbruster References: <1475047892-11955-1-git-send-email-famz@redhat.com> Date: Wed, 28 Sep 2016 15:47:04 +0200 In-Reply-To: <1475047892-11955-1-git-send-email-famz@redhat.com> (Fam Zheng's message of "Wed, 28 Sep 2016 15:31:32 +0800") Message-ID: <87eg4416hz.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] docker: Build in a clean directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org 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. > to there before calling build_qemu. > > Signed-off-by: Fam Zheng