From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6HK6-0005D9-H4 for qemu-devel@nongnu.org; Fri, 27 May 2016 08:57:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6HK0-0008GX-Os for qemu-devel@nongnu.org; Fri, 27 May 2016 08:57:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6HK0-0008GS-JB for qemu-devel@nongnu.org; Fri, 27 May 2016 08:57:00 -0400 Date: Fri, 27 May 2016 20:56:58 +0800 From: Fam Zheng Message-ID: <20160527125658.GA9918@ad.usersys.redhat.com> References: <1464329312-12738-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/14] docker queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Fri, 05/27 12:15, Peter Maydell wrote: > On 27 May 2016 at 07:08, Fam Zheng wrote: > > The following changes since commit 84cfc756d158a061bd462473d42b0a9f072218de: > > > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' into staging (2016-05-26 19:18:08 +0100) > > > > are available in the git repository at: > > > > git://github.com/famz/qemu tags/pull-docker-20160527-1 > > > > for you to fetch changes up to 860acf2a7a7d123a32388debbb005bf3a42077b2: > > > > MAINTAINERS: Add tests/docker (2016-05-27 13:58:08 +0800) > > > > ---------------------------------------------------------------- > > > > This is the first batch of the docker test tree. > > > > ---------------------------------------------------------------- > > OSX find doesn't support '-executable', which provokes: > find: -executable: unknown primary or operator > find: -executable: unknown primary or operator I am going to remove the -executable option in the find command - the file permissions are managed by git. > > (you use this in tests/docker/Makefile.include). > > Something seems to be causing make on Linux to warn: > /home/pm215/qemu/rules.mak:180: warning: overriding recipe for target > `clean-timestamp' > /home/pm215/qemu/rules.mak:180: warning: ignoring old recipe for > target `clean-timestamp' I'm not sure about this, though. I remember seeing this somewhere (not necessarily related to this series), but I cannot reproduce on my Linux. Could you elaborate on the env and commands a bit? Fam