mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
9eedb6d417
commit
30fc406fb7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue