1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Meta: Add install-ports CMake target

install-ports copys the necessary files from Ports/ to /usr/Ports. Also
refactor the compiler and destiation variables from .port_include.sh
into .hosted_defs.sh. .hosted_defs.sh does not exists when ports are
built in serenity
This commit is contained in:
Peter Elliott 2021-04-02 21:53:41 -06:00 committed by Andreas Kling
parent 9c3948ef3e
commit 938924f36d
5 changed files with 40 additions and 12 deletions

View file

@ -14,7 +14,8 @@ IGNORE_FILES = {
PORT_TABLE_FILE,
'build_all.sh',
'build_installed.sh',
'README.md'
'README.md',
'.hosted_defs.sh'
}