mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
mk/gnu_build.mk: declare .tar as BUILD_ARTIFACTS
This way, run scripts using GNU build targets can use the result of [build_artifact] for the 'build_boot_image' step.
This commit is contained in:
parent
d7440a8b1c
commit
57b66987dd
@ -216,6 +216,7 @@ $(TARGET): installed.tag
|
||||
# Trigger creation of symlinks to the build results at '<build-dir>/bin/'
|
||||
#
|
||||
ifneq ($(INSTALL_TAR_ARCHIVE),)
|
||||
BUILD_ARTIFACTS := $(addsuffix .tar,$(TARGET))
|
||||
$(TARGET): installed_tar.tag
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user