forked from mirrors/qmk_userspace
Print out generated files during build (#16672)
This commit is contained in:
parent
193dd01f4e
commit
417f089115
2 changed files with 16 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue