zephyr/doc/guides/west
Carles Cufi b7c75915e0 west: build: Add new pristine cmd-line and config option
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>
2019-04-17 10:02:46 -04:00
..
build-flash-debug.rst west: build: Add new pristine cmd-line and config option 2019-04-17 10:02:46 -04:00
config.rst west: build: Add new pristine cmd-line and config option 2019-04-17 10:02:46 -04:00
extensions.rst
index.rst
manifest.rst
planned.rst doc: add missing doc top labels 2019-04-16 18:11:30 -04:00
repo-tool.rst
sign.rst
west-apis.rst
west-mr-model.png
west-not-found.rst
why.rst
without-west.rst