mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Cmake - generate new ppfw when firmware changes (#1782)
This commit is contained in:
parent
99bbd8805c
commit
39e1a0ffe8
@ -100,7 +100,7 @@ add_custom_command(
|
|||||||
COMMAND mkdir -p firmware_tar/APPS
|
COMMAND mkdir -p firmware_tar/APPS
|
||||||
COMMAND cp application/*.ppma firmware_tar/APPS
|
COMMAND cp application/*.ppma firmware_tar/APPS
|
||||||
COMMAND cd firmware_tar && tar -cvaf ../${PPFW_FILENAME} *
|
COMMAND cd firmware_tar && tar -cvaf ../${PPFW_FILENAME} *
|
||||||
DEPENDS firmware
|
DEPENDS firmware ${FIRMWARE_FILENAME}
|
||||||
# Dont use VERBATIM here as it prevents usage of globbing (*)
|
# Dont use VERBATIM here as it prevents usage of globbing (*)
|
||||||
# There shouldnt be any funny business in the filenames above :)
|
# There shouldnt be any funny business in the filenames above :)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user