mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
committed by
Xiang Xiao
parent
6f413c8654
commit
88f07bd229
@@ -27,7 +27,6 @@
|
||||
*.ddc
|
||||
*~
|
||||
.depend
|
||||
/.clean_context
|
||||
/.config
|
||||
/.config.old
|
||||
/.cproject
|
||||
|
||||
Reference in New Issue
Block a user