From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre.przywara@arm.com (Andre Przywara) Date: Mon, 12 Dec 2016 14:50:20 +0000 Subject: [Xen-devel] [PATCH v2 4/4] Explicitly clean linux-system.axf and xen-system.axf In-Reply-To: <20161212144729.GD1686@char.us.oracle.com> References: <20161122150917.16524-1-andre.przywara@arm.com> <20161122150917.16524-5-andre.przywara@arm.com> <20161212144729.GD1686@char.us.oracle.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Konrad, On 12/12/16 14:47, Konrad Rzeszutek Wilk wrote: > On Tue, Nov 22, 2016 at 03:09:17PM +0000, Andre Przywara wrote: >> From: Christoffer Dall >> >> When doing a make clean, only the output image currently configured to >> build is being removed. However, one would expect all build artifacts >> to be removed when doing a 'make clean' and when switching between Xen >> and Linux builds, it is easy to accidentally run an older build than >> intended. Simply hardcode the axf image file names. >> >> Signed-off-by: Christoffer Dall >> Signed-off-by: Andre Przywara >> Reviewed-by: Julien Grall > > Tested-by: Konrad Rzeszutek Wilk > Reviewed-by: Konrad Rzeszutek Wilk Thanks a lot! I will try to poke Mark to see if we can get this merged eventually. Cheers, Andre. >> --- >> Makefile.am | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Makefile.am b/Makefile.am >> index db97f9c..506a1d9 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -130,7 +130,7 @@ OFILES += $(addprefix $(ARCH_SRC),boot.o stack.o $(BOOTMETHOD) utils.o) >> >> all: $(IMAGE) >> >> -CLEANFILES = $(IMAGE) $(OFILES) model.lds fdt.dtb >> +CLEANFILES = $(IMAGE) linux-system.axf xen-system.axf $(OFILES) model.lds fdt.dtb >> >> $(IMAGE): $(OFILES) model.lds fdt.dtb $(KERNEL_IMAGE) $(FILESYSTEM) $(XEN_IMAGE) >> $(LD) $(LDFLAGS) $(OFILES) -o $@ --script=model.lds >> -- >> 2.9.0 >> >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel at lists.xen.org >> https://lists.xen.org/xen-devel