All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] Makefile: drop mention of *.cfgtmp
@ 2018-06-21  6:03 Baruch Siach
  2018-07-11 12:43 ` [U-Boot] [U-Boot,v2] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-06-21  6:03 UTC (permalink / raw)
  To: u-boot

Since commit f916757300 (imx: Create distinct pre-processed mkimage
config files), *.cfgtmp files are no longer generated. There is no need
to remove them on the 'clean' target anymore.

Rename the .gitignore glob to *.cfgout.

Cc: Trent Piepho <tpiepho@impinj.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2: Rename the .gitignore pattern to *.cfgout (Trent)
---
 .gitignore | 2 +-
 Makefile   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6bb0adefa7b2..8d18d6f49bcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,7 @@
 .*
 *.a
 *.bin
-*.cfgtmp
+*.cfgout
 *.dtb
 *.dtb.S
 *.elf
diff --git a/Makefile b/Makefile
index fe7bf11970b8..855f7a8489b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1613,13 +1613,12 @@ PHONY += $(clean-dirs) clean archclean
 $(clean-dirs):
 	$(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
 
-# TODO: Do not use *.cfgtmp
 clean: $(clean-dirs)
 	$(call cmd,rmdirs)
 	$(call cmd,rmfiles)
 	@find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
 		\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-		-o -name '*.ko.*' -o -name '*.su' -o -name '*.cfgtmp' \
+		-o -name '*.ko.*' -o -name '*.su' \
 		-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
 		-o -name '*.lex.c' -o -name '*.tab.[ch]' \
 		-o -name '*.symtypes' -o -name 'modules.order' \
-- 
2.17.1

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

* [U-Boot] [U-Boot,v2] Makefile: drop mention of *.cfgtmp
  2018-06-21  6:03 [U-Boot] [PATCH v2] Makefile: drop mention of *.cfgtmp Baruch Siach
@ 2018-07-11 12:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-07-11 12:43 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 21, 2018 at 09:03:00AM +0300, Baruch Siach wrote:

> Since commit f916757300 (imx: Create distinct pre-processed mkimage
> config files), *.cfgtmp files are no longer generated. There is no need
> to remove them on the 'clean' target anymore.
> 
> Rename the .gitignore glob to *.cfgout.
> 
> Cc: Trent Piepho <tpiepho@impinj.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

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/20180711/7217eb33/attachment.sig>

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

end of thread, other threads:[~2018-07-11 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21  6:03 [U-Boot] [PATCH v2] Makefile: drop mention of *.cfgtmp Baruch Siach
2018-07-11 12:43 ` [U-Boot] [U-Boot,v2] " 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.