mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:34:59 +00:00
Add a new command-line and build config option, `pristine`, that the user can pass to `west build` or set in its configuration file(s) in order to automatically trigger a pristine build on every build or whenever west considers it required. The option can take the following values: - never: Never run the target - always: Always run the pristine target before building - auto: Run the pristine target when required With `auto`, the pristine target will be run when running west with an existing build folder containing a build system and: - Selecting a different board from the one currently in the build system - Selecting a different application from the one currently in the build system 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 |