mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
POSIX compliance: (most) shell scripts converted to generic shell
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
This commit is contained in:
parent
2cc5f3a93f
commit
704f48d7f3
Notes:
sideshowbarker
2024-07-19 11:27:45 +09:00
Author: https://github.com/geopic 🔰
Commit: 704f48d7f3
Pull-request: https://github.com/SerenityOS/serenity/pull/720
Reviewed-by: https://github.com/awesomekling
43 changed files with 152 additions and 144 deletions
|
@ -4,5 +4,5 @@ set -e
|
|||
SERENITY_ROOT=../../
|
||||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibThread/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibThread/
|
||||
cp ./*.h $SERENITY_ROOT/Root/usr/include/LibThread/
|
||||
cp libthread.a $SERENITY_ROOT/Root/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue