Commit ec1b5624 authored by Anton Midyukov's avatar Anton Midyukov

lib/report.mk: do not enable tracing with REPORT=''

parent 66258c95
# enable make target tracing
ifdef REPORT
ifneq (,$(REPORT))
TRACE_PREFIX := trace:building
OLD_SHELL := $(SHELL)
SHELL = $(info $(TRACE_PREFIX) $@$(if $^$|, -> $^ $|))$(OLD_SHELL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment