On Fri, 05/27 14:00, Peter Maydell wrote: > On 27 May 2016 at 13:56, Fam Zheng <f...@redhat.com> 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