mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Print directory when VERBOSE= is given on make cmdline.
This commit is contained in:
@@ -255,7 +255,7 @@ ALL_INC_DIR += $(LIBGCC_INC_DIR)
|
|||||||
ALL_INC_DIR += $(HOST_INC_DIR)
|
ALL_INC_DIR += $(HOST_INC_DIR)
|
||||||
|
|
||||||
VERBOSE ?= @
|
VERBOSE ?= @
|
||||||
VERBOSE_DIR ?= --no-print-directory
|
VERBOSE_DIR ?= --print-directory
|
||||||
|
|
||||||
MSG_LINK ?= @$(ECHO) " LINK "
|
MSG_LINK ?= @$(ECHO) " LINK "
|
||||||
MSG_COMP ?= @$(ECHO) " COMPILE "
|
MSG_COMP ?= @$(ECHO) " COMPILE "
|
||||||
|
|||||||
Reference in New Issue
Block a user