[coreboot-gerrit] Change in coreboot[master]: build system: when cleaning the tree, remove ..config.tmp*

Martin Roth (Code Review) gerrit at coreboot.org
Fri Apr 28 00:58:38 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19459 )

Change subject: build system: when cleaning the tree, remove ..config.tmp*
......................................................................


build system: when cleaning the tree, remove ..config.tmp*

kconfig uses mktemp so ..config.tmp isn't enough.

Change-Id: If910a40269783bbf7392b44cda7e9750bc33f14d
Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
Reviewed-on: https://review.coreboot.org/19459
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Philippe Mathieu-Daudé: Looks good to me, but someone else must approve
  Paul Menzel: Looks good to me, but someone else must approve
  Stefan Reinauer: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/Makefile b/Makefile
index 701a146..3e47b62 100644
--- a/Makefile
+++ b/Makefile
@@ -412,7 +412,7 @@
 	rm -f tags
 
 distclean: clean clean-ctags clean-cscope distclean-payloads
-	rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
+	rm -f .config .config.old ..config.tmp* .kconfig.d .tmpconfig* .ccwrap .xcompile
 
 .PHONY: $(PHONY) clean clean-for-update clean-cscope cscope distclean doxygen doxy doxygen_simple
 .PHONY: ctags-project cscope-project clean-ctags

-- 
To view, visit https://review.coreboot.org/19459
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If910a40269783bbf7392b44cda7e9750bc33f14d
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer at coreboot.org>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list