summaryrefslogtreecommitdiff
path: root/builddefs/message.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-03-16 23:45:06 +0000
committerGitHub <noreply@github.com>2022-03-17 10:45:06 +1100
commit417f08911507307906f1dfbdb45d9d3a81232576 (patch)
tree3e0926b973f4cc7cbe6c1eee05ddc793af8b2760 /builddefs/message.mk
parent193dd01f4ec06c3153b23a5cd809fbd97f43012d (diff)
Print out generated files during build (#16672)
Diffstat (limited to 'builddefs/message.mk')
-rw-r--r--builddefs/message.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/message.mk b/builddefs/message.mk
index d441f560be..07d0e07ce8 100644
--- a/builddefs/message.mk
+++ b/builddefs/message.mk
@@ -63,6 +63,7 @@ MSG_COMPILING_CXX = Compiling:
MSG_ASSEMBLING = Assembling:
MSG_CLEANING = Cleaning project:
MSG_CREATING_LIBRARY = Creating library:
+MSG_GENERATING = Generating:
MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR) Some git submodules are out of date or modified.\n\
Please consider running $(BOLD)make git-submodule$(NO_COLOR).\n\n
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)