mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 06:45:53 +00:00
When making a build folder pristine until now we were running the 'pristine' build target. The issue with that is that ninja/make or whatever build tool is being used might decide to re-run CMake itself if some of the dependencies have changes. This might trigger an error that is unfriendly and unnecessary, since the user is explicitly asking for the build folder to be wiped before starting a fresh build. To avoid this issue restor to running directly the CMake script that the 'pristine' build target itself uses, so as to make sure that the build folder is wiped unconditionally regardless of changes made to the tree. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
build-flash-debug.rst | ||
config.rst | ||
extensions.rst | ||
index.rst | ||
manifest.rst | ||
planned.rst | ||
repo-tool.rst | ||
sign.rst | ||
west-apis.rst | ||
west-mr-model.png | ||
west-not-found.rst | ||
why.rst | ||
without-west.rst |