From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ta4d1-0005ic-VK for qemu-devel@nongnu.org; Sun, 18 Nov 2012 08:09:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ta4cy-0007gl-T1 for qemu-devel@nongnu.org; Sun, 18 Nov 2012 08:09:39 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:33289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ta4cy-0007gY-BX for qemu-devel@nongnu.org; Sun, 18 Nov 2012 08:09:36 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 18 Nov 2012 23:06:06 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qAID9WZF59769020 for ; Mon, 19 Nov 2012 00:09:32 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAID9Wcn027702 for ; Mon, 19 Nov 2012 00:09:32 +1100 Message-ID: <50A8DE06.8080307@linux.vnet.ibm.com> Date: Sun, 18 Nov 2012 21:09:26 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1353060737-4244-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1353060737-4244-3-git-send-email-xiawenc@linux.vnet.ibm.com> <50A615E8.8030106@linux.vnet.ibm.com> <50A61BC0.5070903@redhat.com> <50A61D02.70007@linux.vnet.ibm.com> <50A620A0.2020102@redhat.com> <50A63429.2010607@linux.vnet.ibm.com> <50A63647.20509@redhat.com> In-Reply-To: <50A63647.20509@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V9 2/8] Buildsystem clean tests directory clearly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, Peter Maydell , aliguori@us.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, blauwirbel@gmail.com 于 2012-11-16 20:49, Paolo Bonzini 写道: > Il 16/11/2012 13:40, Wenchao Xia ha scritto: >> I guess "make distclean" for second time would fail in this case, >> because $(SRC_PATH) is not set. I found a better way to do it without >> MAKEFILES: >> >> -ifneq ($(wildcard config-host.mak),) >> - include $(SRC_PATH)/tests/Makefile >> + include tests/Makefile >> -endif >> >> due to tests/Makefile is added in configure in this patch so it is >> always soft linked then include always succeed. > > Whatever, this seems to be ok. Please post the complete patch so we can > review it. > > Paolo > OK, reposted build system patches without libqblock. 4th patch of it is exporting a function in block.c, which have been posted by others but not upstream yet, pls ignore it. -- Best Regards Wenchao Xia