aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subprojects_update.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/subprojects_update.md')
-rw-r--r--docs/markdown/snippets/subprojects_update.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/subprojects_update.md b/docs/markdown/snippets/subprojects_update.md
deleted file mode 100644
index d576bc8..0000000
--- a/docs/markdown/snippets/subprojects_update.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## `meson subprojects update --reset` now re-extract tarballs
-
-When using `--reset` option, the source tree of `[wrap-file]` subprojects is now
-deleted and re-extracted from cached tarballs, or re-downloaded. This is because
-Meson has no way to know if the source tree or the wrap file has been modified,
-and `--reset` should guarantee that latest code is being used on next reconfigure.
-
-Use `--reset` with caution if you do local changes on non-git subprojects.