[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v9 19/30] build: clean-up "clean" rules of duplication
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Jan 2022 11:09:01 -0500
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=apertussolutions.com; spf=pass smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx; dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1643127046; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=CvBj2eJDqp5R/1SQGRb09Go2e1vHAg9XdBzTdm+iBJY=; b=cvbb3iFIoQTl/OIOZ5pHl+u4wysILgBfDg0Suc5ykGAS+DFe0+qjdiPjNUdoDho3G77w8414mPW5C+Yj4I7CgGmxmleyRB0sPw+q3+UQ6o1YvTgP+D/vQz1YpavcdKRPsoga851F+kw8WexjkVHV8RnMIiV2TG4wfa0QrvRVX6Q=
- Arc-seal: i=1; a=rsa-sha256; t=1643127046; cv=none; d=zohomail.com; s=zohoarc; b=JuhxPL1c0ug3Pn1e7HmzlDJkAHjFnIpHj8HthOoeqmM73B8o93ZhEYaoQ+lUsjCDd4+g2+C+f0m/nZrMg4qGbYo36HSsrPphEpJY4lOPYlsLwRpPy/gGmLsGZKUaOlfLz3lV5iHHfjCl5OBd5YsMMYHGki98OvVlndKHu07wF9s=
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, Ross Lagerwall <ross.lagerwall@xxxxxxxxxx>, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
- Delivery-date: Tue, 25 Jan 2022 16:10:57 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 1/25/22 06:00, Anthony PERARD wrote:
> All those files to be removed are already done in the main Makefile,
> either by the "find" command or directly (for $(TARGET).efi).
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
> Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
> ---
> xen/Makefile | 2 +-
> xen/arch/arm/Makefile | 1 -
> xen/arch/x86/Makefile | 5 ++---
> xen/test/livepatch/Makefile | 2 +-
> xen/xsm/flask/Makefile | 2 +-
> 5 files changed, 5 insertions(+), 7 deletions(-)
>
<snip/>
> diff --git a/xen/xsm/flask/Makefile b/xen/xsm/flask/Makefile
> index 49cf730cf098..832f65274cc0 100644
> --- a/xen/xsm/flask/Makefile
> +++ b/xen/xsm/flask/Makefile
> @@ -51,4 +51,4 @@ $(obj)/policy.bin: FORCE
>
> .PHONY: clean
> clean::
> - rm -f $(ALL_H_FILES) *.o $(DEPS_RM) policy.* $(POLICY_SRC)
> flask-policy.S
> + rm -f $(ALL_H_FILES) policy.* $(POLICY_SRC) flask-policy.S
Reviewed-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
V/r,
Daniel P. Smith
Apertus Solutions, LLC
|