mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +00:00
Meta: Remove sync-local.sh move warning from build-root-filesystem.sh
This commit is contained in:
parent
ebdeed087c
commit
43f56ced73
1 changed files with 0 additions and 15 deletions
|
@ -126,21 +126,6 @@ ln -s checksum mnt/bin/sha256sum
|
||||||
ln -s checksum mnt/bin/sha512sum
|
ln -s checksum mnt/bin/sha512sum
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
if [ -f "${SERENITY_SOURCE_DIR}/Kernel/sync-local.sh" ] || [ -f "${SERENITY_SOURCE_DIR}/Build/sync-local.sh" ]; then
|
|
||||||
# TODO: Deprecated on 2021-01-30. In a few months, remove this 'if'.
|
|
||||||
tput setaf 1
|
|
||||||
echo
|
|
||||||
echo " +-----------------------------------------------------------------------------+"
|
|
||||||
echo " | |"
|
|
||||||
echo " | WARNING: sync-local.sh, previously located in Kernel/ and later Build/ |"
|
|
||||||
echo " | must be moved to \$SERENITY_SOURCE_DIR! |"
|
|
||||||
echo " | See https://github.com/SerenityOS/serenity/pull/5172 for details. |"
|
|
||||||
echo " | |"
|
|
||||||
echo " +-----------------------------------------------------------------------------+"
|
|
||||||
echo
|
|
||||||
tput sgr 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Run local sync script, if it exists
|
# Run local sync script, if it exists
|
||||||
if [ -f "${SERENITY_SOURCE_DIR}/sync-local.sh" ]; then
|
if [ -f "${SERENITY_SOURCE_DIR}/sync-local.sh" ]; then
|
||||||
sh "${SERENITY_SOURCE_DIR}/sync-local.sh"
|
sh "${SERENITY_SOURCE_DIR}/sync-local.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue