From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKqIT-00072h-M3 for qemu-devel@nongnu.org; Tue, 04 Mar 2014 09:26:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKqI4-0002Hq-IT for qemu-devel@nongnu.org; Tue, 04 Mar 2014 09:26:17 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:56696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKqI4-0002He-BP for qemu-devel@nongnu.org; Tue, 04 Mar 2014 09:25:52 -0500 Received: by mail-la0-f44.google.com with SMTP id hr13so5661758lab.17 for ; Tue, 04 Mar 2014 06:25:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5315D6A3.1060601@weilnetz.de> References: <1393532883-12585-1-git-send-email-sw@weilnetz.de> <5315D6A3.1060601@weilnetz.de> From: Peter Maydell Date: Tue, 4 Mar 2014 14:25:31 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] Makefile: Add missing dependency for system emulation (fix build) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Paolo Bonzini , jcody@redhat.com, Fam Zheng , QEMU Developers On 4 March 2014 13:35, Stefan Weil wrote: > Am 27.02.2014 21:28, schrieb Stefan Weil: >> Comment from Makefile.objs: >> >> # block-obj-y is code used by both qemu system emulation and qemu-img > > > Hello Peter, > > the comment which I cited above got lost when you applied the patch to > QEMU master (maybe because it started with a #). Yes, probably happened as part of a 'git commit --amend' when I added my signoff. Probably best to avoid starting lines in commit messages with a '#' :-) thanks -- PMM