prepare_port: log target when extracting archives

Fixes #1224.
This commit is contained in:
Christian Helmuth 2014-08-13 09:54:54 +02:00 committed by Norman Feske
parent 14e9a89cba
commit f442e64eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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,$*)