Show variant information in [BEGIN] and [END] steps

This commit is contained in:
Christophe de Dinechin 2017-11-28 12:57:14 +01:00
parent 96d1e61a61
commit 3821686b85
1 changed files with 2 additions and 2 deletions

View File

@ -143,9 +143,9 @@ help:
build: hello config libraries prebuild recurse objects product postbuild goodbye
hello:
@$(INFO) "[BEGIN]" $(TARGET) $(BUILDENV) in $(PRETTY_DIR)
@$(INFO) "[BEGIN]" $(TARGET) $(BUILDENV) in "$(PRETTY_DIR)$(VARIANT:%=[%])"
goodbye:
@$(INFO) "[END]" $(TARGET) $(BUILDENV) in $(PRETTY_DIR)
@$(INFO) "[END]" $(TARGET) $(BUILDENV) in "$(PRETTY_DIR)$(VARIANT:%=[%])"
# Sequencing build steps and build step hooks
config: hello