Show variant information in [BEGIN] and [END] steps
This commit is contained in:
parent
96d1e61a61
commit
3821686b85
4
rules.mk
4
rules.mk
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue