Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions content/en-US/learn/build-system.smd
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,7 @@ zig-out/
It is uncommon, but sometimes the case that a project commits generated files
into version control. This can be useful when the generated files are seldomly updated
and have burdensome system dependencies for the update process, but *only* during the
update process.

For this, **WriteFiles** provides a way to accomplish this task. This is a feature that
[will be extracted from WriteFiles into its own Build Step](https://github.com/ziglang/zig/issues/14944)
in a future Zig version.
update process. **UpdateSourceFiles** provides a way to accomplish this task.

Be careful with this functionality; it should not be used during the normal
build process, but as a utility run by a developer with intention to update
Expand Down