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

Patrick Georgi (Code Review) gerrit at coreboot.org
Wed Apr 26 12:00:15 CEST 2017


Patrick Georgi has uploaded a new change for review. ( 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>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/19459/1

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: newchange
Gerrit-Change-Id: If910a40269783bbf7392b44cda7e9750bc33f14d
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>



More information about the coreboot-gerrit mailing list