mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Prekernel/CMake: Remove a stale BYPRODUCTS entry
This rule hasn't actually generated a `Prekernel` file since d068af89
,
so this wasn't doing anything other than causing this target to be
re-ran all the time.
This commit is contained in:
parent
175f9dc5c3
commit
9d6ef8989d
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ endif()
|
|||
add_custom_command(
|
||||
TARGET ${PREKERNEL_TARGET} POST_BUILD
|
||||
COMMAND ${CMAKE_OBJCOPY} -O elf32-i386 ${CMAKE_CURRENT_BINARY_DIR}/${PREKERNEL_TARGET} ${CMAKE_CURRENT_BINARY_DIR}/../Kernel
|
||||
BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/Prekernel
|
||||
)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/../Kernel" DESTINATION boot)
|
||||
|
|
Loading…
Reference in a new issue