From f442e64eafb5c607adb24c6358adbef1173568fe Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 13 Aug 2014 09:54:54 +0200 Subject: [PATCH] prepare_port: log target when extracting archives Fixes #1224. --- tool/ports/mk/install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/ports/mk/install.mk b/tool/ports/mk/install.mk index 4ae22aacff..ec0c0b8e69 100644 --- a/tool/ports/mk/install.mk +++ b/tool/ports/mk/install.mk @@ -225,7 +225,7 @@ _extract_function = $(call _assert,\ %.archive: DIR = $(call _archive_dir,$*) %.archive: %.file - @$(MSG_EXTRACT)$(ARCHIVE) + @$(MSG_EXTRACT)"$(ARCHIVE) ($*)" $(VERBOSE)\ mkdir -p $(DIR);\ $(call _extract_function,$*)