mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Print a message before executing the post-build script
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
25d88d9281
commit
eb8fad2805
1
Makefile
1
Makefile
@ -486,6 +486,7 @@ endif
|
|||||||
) > $(TARGET_DIR)/etc/os-release
|
) > $(TARGET_DIR)/etc/os-release
|
||||||
|
|
||||||
ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"")
|
ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"")
|
||||||
|
@$(call MESSAGE,"Executing post-build script")
|
||||||
$(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR)
|
$(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user