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

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

BUG=none
BRANCH=none
TEST=none

Change-Id: Ie42295262f00c1e994f474d65055719dd64f6c4e
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 80656afc40
Original-Change-Id: If910a40269783bbf7392b44cda7e9750bc33f14d
Original-Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19459
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://chromium-review.googlesource.com/490079
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Patrick Georgi 2017-04-26 11:58:44 +02:00 committed by chrome-bot
parent 9eedb6d417
commit 30fc406fb7

View file

@ -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