From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6I6Q-0002Av-69 for qemu-devel@nongnu.org; Fri, 27 May 2016 09:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6I6K-0005t9-2O for qemu-devel@nongnu.org; Fri, 27 May 2016 09:47:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6I6J-0005t0-SU for qemu-devel@nongnu.org; Fri, 27 May 2016 09:46:55 -0400 Date: Fri, 27 May 2016 21:46:54 +0800 From: Fam Zheng Message-ID: <20160527134654.GA10394@ad.usersys.redhat.com> References: <1464329312-12738-1-git-send-email-famz@redhat.com> <20160527125658.GA9918@ad.usersys.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 14:00, Peter Maydell wrote: > On 27 May 2016 at 13:56, Fam Zheng wrote: > > On Fri, 05/27 12:15, Peter Maydell wrote: > >> 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? > > Nothing special, I just do a 'make -C builddir -j8'. I saw this in several > different builds for different configs on several machines. This must be because of double include of rules.mak, we can add a guard there. Fam