diff options
author | Linus Groh <mail@linusgroh.de> | 2021-01-30 00:24:54 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-30 09:18:46 +0100 |
commit | a3da5bc925321f3625d77b640e85d1ebf55adf27 (patch) | |
tree | 2296c07ba273e3b0ed31b21043d209c97dee5b84 /Kernel | |
parent | c7ca0a5fef126a25b7609a87958813029c6bce23 (diff) | |
download | serenity-a3da5bc925321f3625d77b640e85d1ebf55adf27.zip |
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.
Diffstat (limited to 'Kernel')
-rw-r--r-- | Kernel/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/.gitignore b/Kernel/.gitignore index ea7a788eba..da23ff512f 100644 --- a/Kernel/.gitignore +++ b/Kernel/.gitignore @@ -1,4 +1,3 @@ kernel.map -sync-local.sh *.pcap eth_null* |