mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:47:34 +00:00
Meta: Expect sync-local.sh script at repository root
This used to be in Kernel/, next to the build-root-filesystem.sh script, which was then moved to Meta/ during the transition to CMake but has the working directory set to Build/, effectively expecting it there - which seems silly. TL;DR: Very confusing. Use an explicit path relative to SERENITY_ROOT instead and update the .gitignore files.
This commit is contained in:
parent
c7ca0a5fef
commit
a3da5bc925
3 changed files with 19 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -40,3 +40,4 @@ compile_commands.json
|
|||
Ports/packages.db
|
||||
.idea/
|
||||
cmake-build-debug/
|
||||
sync-local.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue