From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule Date: Fri, 4 Sep 2015 16:08:54 +0200 Message-ID: <20150904140854.GI3096@hawk.localdomain> References: <1441185926-61587-1-git-send-email-a.spyridakis@virtualopensystems.com> <1441185926-61587-3-git-send-email-a.spyridakis@virtualopensystems.com> <20150904104835.GC3096@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mttcg@greensocs.com, Mark Burton , KVM General , Claudio Fontana , QEMU Developers , Alvise Rigo , Jani Kokkonen , Alex =?iso-8859-1?Q?Benn=E9e?= , KONRAD =?iso-8859-1?Q?Fr=E9d=E9ric?= To: Alexander Spyridakis Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38371 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753679AbbIDOI7 (ORCPT ); Fri, 4 Sep 2015 10:08:59 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Sep 04, 2015 at 03:53:46PM +0200, Alexander Spyridakis wrote: > On 4 September 2015 at 12:48, Andrew Jones wrote: > > The lines this > > patch adds are already there. See the arm_clean target in > > config/config-arm-common.mak. > > I see your point now. Maybe then "arm_clean" should be changed in > "arch_clean" in config-arm-common.mak? No, the dependency chain for 'make clean' is clean arch_clean (this either arm's or arm64's) arm_clean (this is for both arm and arm64) > > Regards. >