From 80656afc40ee687372fc9b63d12b6ebe15194ec1 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 26 Apr 2017 11:58:44 +0200 Subject: build system: when cleaning the tree, remove ..config.tmp* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kconfig uses mktemp so ..config.tmp isn't enough. Change-Id: If910a40269783bbf7392b44cda7e9750bc33f14d Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/19459 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stefan Reinauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 701a146a26..3e47b629a6 100644 --- a/Makefile +++ b/Makefile @@ -412,7 +412,7 @@ clean-ctags: 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 -- cgit v1.2.3