mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user