1
Fork 0
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:
Linus Groh 2021-01-30 00:24:54 +01:00 committed by Andreas Kling
parent c7ca0a5fef
commit a3da5bc925
3 changed files with 19 additions and 4 deletions

1
Kernel/.gitignore vendored
View file

@ -1,4 +1,3 @@
kernel.map
sync-local.sh
*.pcap
eth_null*