mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +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
Kernel/.gitignore
vendored
1
Kernel/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
kernel.map
|
||||
sync-local.sh
|
||||
*.pcap
|
||||
eth_null*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue