diff options
Diffstat (limited to 'docs/markdown/snippets/deprecate_build_always.md')
-rw-r--r-- | docs/markdown/snippets/deprecate_build_always.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/deprecate_build_always.md b/docs/markdown/snippets/deprecate_build_always.md deleted file mode 100644 index d6e54b5df..000000000 --- a/docs/markdown/snippets/deprecate_build_always.md +++ /dev/null @@ -1,12 +0,0 @@ -## Deprecate `build_always` - -Setting `build_always` to `true` for a custom target not only marks the target -to be always considered out of date, but also adds it to the set of default -targets. This option is therefore deprecated and the new option -`build_always_stale` is introduced. - -`build_always_stale` *only* marks the target to be always considered out of -date, but does not add it to the set of default targets. The old behaviour can -be achieved by combining `build_always_stale` with `build_by_default`. - -The documentation has been updated accordingly. |