All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Makefile: remove generated font files
@ 2019-01-29 20:15 Heinrich Schuchardt
  2019-01-30  9:01 ` Anatolij Gustschin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2019-01-29 20:15 UTC (permalink / raw)
  To: u-boot

If `make mrproper` does not delete the generated drivers/video/fonts/*.S
files a following `make tests` fails.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 06c58408fd..bd9a15ef24 100644
--- a/Makefile
+++ b/Makefile
@@ -1740,7 +1740,8 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \
 MRPROPER_DIRS  += include/config include/generated spl tpl \
 		  .tmp_objdiff
 MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \
-		  ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
+		  ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
+		  drivers/video/fonts/*.S
 
 # clean - Delete most, but leave enough to build external modules
 #
-- 
2.20.1

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

* [U-Boot] [PATCH] Makefile: remove generated font files
  2019-01-29 20:15 [U-Boot] [PATCH] Makefile: remove generated font files Heinrich Schuchardt
@ 2019-01-30  9:01 ` Anatolij Gustschin
  2019-01-30 17:16 ` Simon Glass
  2019-01-31  2:42 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Anatolij Gustschin @ 2019-01-30  9:01 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

On Tue, 29 Jan 2019 21:15:21 +0100
Heinrich Schuchardt xypron.glpk at gmx.de wrote:

> If `make mrproper` does not delete the generated drivers/video/fonts/*.S
> files a following `make tests` fails.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Reviewed-by: Anatolij Gustschin <agust@denx.de>

--
Anatolij

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

* [U-Boot] [PATCH] Makefile: remove generated font files
  2019-01-29 20:15 [U-Boot] [PATCH] Makefile: remove generated font files Heinrich Schuchardt
  2019-01-30  9:01 ` Anatolij Gustschin
@ 2019-01-30 17:16 ` Simon Glass
  2019-01-31  2:42 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2019-01-30 17:16 UTC (permalink / raw)
  To: u-boot

On Tue, 29 Jan 2019 at 13:15, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> If `make mrproper` does not delete the generated drivers/video/fonts/*.S
> files a following `make tests` fails.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] Makefile: remove generated font files
  2019-01-29 20:15 [U-Boot] [PATCH] Makefile: remove generated font files Heinrich Schuchardt
  2019-01-30  9:01 ` Anatolij Gustschin
  2019-01-30 17:16 ` Simon Glass
@ 2019-01-31  2:42 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-01-31  2:42 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 29, 2019 at 09:15:21PM +0100, Heinrich Schuchardt wrote:

> If `make mrproper` does not delete the generated drivers/video/fonts/*.S
> files a following `make tests` fails.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Anatolij Gustschin <agust@denx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190130/60624119/attachment.sig>

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

end of thread, other threads:[~2019-01-31  2:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 20:15 [U-Boot] [PATCH] Makefile: remove generated font files Heinrich Schuchardt
2019-01-30  9:01 ` Anatolij Gustschin
2019-01-30 17:16 ` Simon Glass
2019-01-31  2:42 ` [U-Boot] " 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.