mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Build: Add extlinux-image target to CMake
This commit is contained in:
parent
5d4f521c9d
commit
422ef7904e
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ add_custom_target(grub-image
|
||||||
BYPRODUCTS ${CMAKE_BINARY_DIR}/grub_disk_image
|
BYPRODUCTS ${CMAKE_BINARY_DIR}/grub_disk_image
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
)
|
)
|
||||||
|
add_custom_target(extlinux-image
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E env "SERENITY_SOURCE_DIR=${CMAKE_SOURCE_DIR}" "SERENITY_ARCH=${SERENITY_ARCH}" ${CMAKE_SOURCE_DIR}/Meta/build-image-extlinux.sh
|
||||||
|
BYPRODUCTS ${CMAKE_BINARY_DIR}/extlinux_disk_image
|
||||||
|
USES_TERMINAL
|
||||||
|
)
|
||||||
|
|
||||||
add_custom_target(lint-shell-scripts
|
add_custom_target(lint-shell-scripts
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/Meta/lint-shell-scripts.sh
|
COMMAND ${CMAKE_SOURCE_DIR}/Meta/lint-shell-scripts.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue