From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8dpo-0001yg-66 for qemu-devel@nongnu.org; Thu, 02 Jun 2016 21:23:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8dpj-0008CQ-W0 for qemu-devel@nongnu.org; Thu, 02 Jun 2016 21:23:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8dpj-0008CM-Qj for qemu-devel@nongnu.org; Thu, 02 Jun 2016 21:23:31 -0400 Date: Fri, 3 Jun 2016 09:23:28 +0800 From: Fam Zheng Message-ID: <20160603012327.GB29298@ad.usersys.redhat.com> References: <1464774324-886-1-git-send-email-famz@redhat.com> <1464774324-886-5-git-send-email-famz@redhat.com> <20160602191305.GB31052@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160602191305.GB31052@thinpad.lan.raisama.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 04/16] Makefile: Rules for docker testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Thu, 06/02 16:13, Eduardo Habkost wrote: > On Wed, Jun 01, 2016 at 05:45:12PM +0800, Fam Zheng wrote: > [...] > > + > > +CUR_TIME :=3D $(shell date +%Y-%m-%d-%H.%M.%S.$$$$) > > +# Makes the definition constant after the first expansion > > +DOCKER_SRC_COPY =3D $(eval DOCKER_SRC_COPY :=3D docker-src.$(CUR_TIM= E))$(DOCKER_SRC_COPY) > > + > > +$(DOCKER_SRC_COPY): >=20 > This seems to be confusing make in travis-ci, and I don't > understand why: > https://travis-ci.org/ehabkost/qemu/jobs/134820251#L1266 Indeed, but qemu.git master doesn't have that. Wondering why. I would like to help, but could you fix the "unused variable =E2=80=98num= value=E2=80=99" error first? It's distracting too much when I try travis with your branch mysel= f. Fam