Print directory when VERBOSE= is given on make cmdline.

This commit is contained in:
Michael Mueller
2023-08-07 17:57:34 +02:00
parent 550c376e40
commit 260079b5c4

View File

@@ -255,7 +255,7 @@ ALL_INC_DIR += $(LIBGCC_INC_DIR)
ALL_INC_DIR += $(HOST_INC_DIR)
VERBOSE ?= @
VERBOSE_DIR ?= --no-print-directory
VERBOSE_DIR ?= --print-directory
MSG_LINK ?= @$(ECHO) " LINK "
MSG_COMP ?= @$(ECHO) " COMPILE "