All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Makefile: make clean should delete include/generated/env.in
@ 2022-03-30 10:11 Heinrich Schuchardt
  2022-03-30 12:16 ` Marek Behún
  2022-03-31 13:39 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2022-03-30 10:11 UTC (permalink / raw)
  To: Tom Rini; +Cc: Simon Glass, Marek Behún, u-boot, Heinrich Schuchardt

'make sifive_unamtched_defconfig; make clean; make' fails if file
include/generated/env.in exists. 'make clean' should remove all files that
stop building.

Add file include/generated/env.in to the clean target.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6998388884..c1d4702a4e 100644
--- a/Makefile
+++ b/Makefile
@@ -2187,8 +2187,8 @@ CLEAN_DIRS  += $(MODVERDIR) \
 			$(filter-out include, $(shell ls -1 $d 2>/dev/null))))
 
 CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \
-	       drivers/video/u_boot_logo.S tools/version.h \
-	       u-boot* MLO* SPL System.map fit-dtb.blob* \
+	       include/generated/env.in drivers/video/u_boot_logo.S \
+	       tools/version.h u-boot* MLO* SPL System.map fit-dtb.blob* \
 	       u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
 	       lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
 	       idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] Makefile: make clean should delete include/generated/env.in
  2022-03-30 10:11 [PATCH 1/1] Makefile: make clean should delete include/generated/env.in Heinrich Schuchardt
@ 2022-03-30 12:16 ` Marek Behún
  2022-03-31 13:39 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Behún @ 2022-03-30 12:16 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tom Rini, Simon Glass, u-boot

On Wed, 30 Mar 2022 12:11:00 +0200
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> wrote:

> 'make sifive_unamtched_defconfig; make clean; make' fails if file
> include/generated/env.in exists. 'make clean' should remove all files that
> stop building.
> 
> Add file include/generated/env.in to the clean target.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

I also noticed this :)

Reviewed-by: Marek Behún <marek.behun@nic.cz>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] Makefile: make clean should delete include/generated/env.in
  2022-03-30 10:11 [PATCH 1/1] Makefile: make clean should delete include/generated/env.in Heinrich Schuchardt
  2022-03-30 12:16 ` Marek Behún
@ 2022-03-31 13:39 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-03-31 13:39 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Simon Glass, Marek Behún, u-boot

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

On Wed, Mar 30, 2022 at 12:11:00PM +0200, Heinrich Schuchardt wrote:

> 'make sifive_unamtched_defconfig; make clean; make' fails if file
> include/generated/env.in exists. 'make clean' should remove all files that
> stop building.
> 
> Add file include/generated/env.in to the clean target.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> Reviewed-by: Marek Behún <marek.behun@nic.cz>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-31 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 10:11 [PATCH 1/1] Makefile: make clean should delete include/generated/env.in Heinrich Schuchardt
2022-03-30 12:16 ` Marek Behún
2022-03-31 13:39 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.