Meta: Rename BuildIt.sh to BuildGNU.sh

Bring it in line with `Toolchain/BuildClang.sh`.
This commit is contained in:
Jelle Raaijmakers
2023-06-12 10:23:56 +02:00
committed by Tim Flynn
parent 867e04768e
commit 5ff80b60cf
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00
7 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ After opening the `serenity` repository in CLion as a new project, the "`Open Pr
`Build Directory`: `Build/x86_64`
> _If you have not built the Toolchain at this point, please do so: `./Toolchain/BuildIt.sh`_
> _If you have not built the Toolchain at this point, please do so: `./Toolchain/BuildGNU.sh`_
> _If you have not built host tools from Lagom at this point, please do so: `./Meta/serenity.sh build` or `ninja -C Build/superbuild-x86_64` after running `cmake -GNinja -S Meta/CMake/Superbuild -B Build/superbuild-x86_64`_