On Fri, 05/27 12:15, Peter Maydell wrote: > On 27 May 2016 at 07:08, Fam Zheng <f...@redhat.com> 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