From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrga-0005mN-Ct for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXrfo-0002zK-CB for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:09:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrfo-0002z9-7E for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:09:00 -0400 Date: Fri, 4 Sep 2015 16:08:54 +0200 From: Andrew Jones 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 Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Spyridakis Cc: mttcg@greensocs.com, KVM General , Mark Burton , Claudio Fontana , QEMU Developers , Alvise Rigo , Jani Kokkonen , Alex =?iso-8859-1?Q?Benn=E9e?= , KONRAD =?iso-8859-1?Q?Fr=E9d=E9ric?= 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. >