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:
parent
9c3948ef3e
commit
938924f36d
5 changed files with 40 additions and 12 deletions
|
@ -14,7 +14,8 @@ IGNORE_FILES = {
|
|||
PORT_TABLE_FILE,
|
||||
'build_all.sh',
|
||||
'build_installed.sh',
|
||||
'README.md'
|
||||
'README.md',
|
||||
'.hosted_defs.sh'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue