From 57b66987dd8abf19e1fad0241629d1a25958d4f4 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 9 Jun 2023 10:02:04 +0200 Subject: [PATCH] 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. --- repos/ports/mk/gnu_build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/ports/mk/gnu_build.mk b/repos/ports/mk/gnu_build.mk index 4d03b65ea8..93816fc09c 100644 --- a/repos/ports/mk/gnu_build.mk +++ b/repos/ports/mk/gnu_build.mk @@ -216,6 +216,7 @@ $(TARGET): installed.tag # Trigger creation of symlinks to the build results at '/bin/' # ifneq ($(INSTALL_TAR_ARCHIVE),) +BUILD_ARTIFACTS := $(addsuffix .tar,$(TARGET)) $(TARGET): installed_tar.tag endif