From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Subject: Re: [kvm-unit-tests PATCH 2/2] powerpc/ppc64: Makefile cleanup Date: Tue, 10 May 2016 10:55:13 +0200 Message-ID: <25ad0aff-5bf3-2e2c-bb4f-61c7a99d399c@redhat.com> References: <1462802466-22634-1-git-send-email-drjones@redhat.com> <1462802466-22634-3-git-send-email-drjones@redhat.com> <57317D78.6080809@redhat.com> <20160510063505.2hwhfchgi4g5b2qn@hawk.localdomain> <57319EDD.8010205@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, richard.weiyang@gmail.com To: Thomas Huth , Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33835 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366AbcEJIzR (ORCPT ); Tue, 10 May 2016 04:55:17 -0400 In-Reply-To: <57319EDD.8010205@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 10/05/2016 10:42, Thomas Huth wrote: > On 10.05.2016 09:44, Laurent Vivier wrote: >> ... >> I don't understand why you want to keep intermediate files. If they have >> to be kept, they should be primary targets. >> >> It seems for, at least ppc64, we don't need the .PRECIOUS. > > They could be useful for debugging purposes, e.g. for running "objdump" > on them... ? You can run objdump on the .elf. Laurent