From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ9Mx-0002F9-SM for qemu-devel@nongnu.org; Thu, 27 Feb 2014 17:24:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ9Mq-0006pN-Qq for qemu-devel@nongnu.org; Thu, 27 Feb 2014 17:23:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ9Mq-0006pG-Id for qemu-devel@nongnu.org; Thu, 27 Feb 2014 17:23:48 -0500 Message-ID: <530FBAED.9090703@redhat.com> Date: Thu, 27 Feb 2014 23:23:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <530F98A2.8040600@weilnetz.de> <530FB326.9080602@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] git build from clean broken? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , Fam Zheng , QEMU Developers Il 27/02/2014 23:17, Peter Maydell ha scritto: > On 27 February 2014 21:50, Paolo Bonzini wrote: >> Il 27/02/2014 20:57, Stefan Weil ha scritto: >>> Yes. I saw that problem, too. This patch for Makefile fixed it for me: >>> >>> index ccab967,a28a3c8..8ec3a99 >>> @@@ -170,6 -159,6 +170,7 @@@ qemu-options.def: $(SRC_PATH)/qemu-opti >>> SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) >>> SOFTMMU_SUBDIR_RULES=$(filter %-softmmu,$(SUBDIR_RULES)) >>> >>> ++$(SOFTMMU_SUBDIR_RULES): $(block-obj-y) >>> $(SOFTMMU_SUBDIR_RULES): config-all-devices.mak >> >> This is correct. Alternatively: > > Can you either post that to the list as a proper patch or alternatively > just add a reviewed-by tag to the patch Stefan sent earlier, depending > which you think is the better fix? Then I'll apply it... Done, thanks. Can you apply also Fam's patch http://article.gmane.org/gmane.comp.emulators.qemu/258469/raw ? Paolo