summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-05-26 12:44:01 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-05-26 14:20:59 +1200
commit946e3bbdc293693e667ad056885a27e6955a895f (patch)
tree5f73de2c484e30530b6209a694b07bbe1f01e75c /doc
parent982bf7262e7a047e09e7983d62e15cc1eb9d8928 (diff)
Simplify the autoload require logic.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5945
Diffstat (limited to 'doc')
-rw-r--r--doc/hacking.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/hacking.md b/doc/hacking.md
index 1268f36fb1..fcaead8965 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -42,6 +42,10 @@ If you are frequently building Ruby, this will reduce the time it takes to `make
../configure --disable-install-doc
```
+### Unexplainable Build Errors
+
+If you are having unexplainable build errors, after saving all your work, try running `git clean -xfd` in the source root to remove all git ignored local files. If you are working from a source directory that's been updated several times, you may have temporary build artefacts from previous releases which can cause build failures.
+
## Running Ruby
### Run Local Test Script