Remove .clean_context

These changes are from this PR: https://github.com/apache/incubator-nuttx/pull/5069
However I felt they were better as a stand only change.

The `.clean_context` dependency didn't make sense. It was a workaround to ensure that `context` was cleaned when the `.config` changed.
Rather than having a work around, this PR ensures that `clean_context` is run when the `olddefconfig` target is run

Verified locally by running: `tools/testbuild.sh -j 100 -e '-Wno-cpp -Werror' tools/ci/testlist/arm-01.dat`
This commit is contained in:
Alan Rosenthal
2021-12-29 15:38:26 -05:00
committed by Xiang Xiao
parent 6f413c8654
commit 88f07bd229
3 changed files with 56 additions and 43 deletions
-1
View File
@@ -27,7 +27,6 @@
*.ddc
*~
.depend
/.clean_context
/.config
/.config.old
/.cproject