From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrpA-0001sk-To for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:18:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXrp5-0008RZ-LM for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:18:40 -0400 Received: from mail-vk0-f54.google.com ([209.85.213.54]:36064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrp5-0008RS-I3 for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:18:35 -0400 Received: by vkbc123 with SMTP id c123so12143473vkb.3 for ; Fri, 04 Sep 2015 07:18:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150904140528.GH3096@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> <20150904140528.GH3096@hawk.localdomain> From: Peter Maydell Date: Fri, 4 Sep 2015 15:18:15 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Andrew Jones Cc: mttcg@greensocs.com, Mark Burton , KVM General , Alexander Spyridakis , Claudio Fontana , QEMU Developers , Alvise Rigo , Jani Kokkonen , =?UTF-8?B?QWxleCBCZW5uw6ll?= , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= On 4 September 2015 at 15:05, Andrew Jones wrote: > But anyway I would suggest you do your 'make clean' or even a > 'make distclean' *before* running configure the second time. > Otherwise you'll leave old object files around from the previously > configured arch. I.e. you want 'make clean' to apply to the > currently built config, not the new (not yet built) config. Separate object directories is usually the best approach if you regularly want to build multiple configurations IMHO... thanks -- PMM