Only print TRICK_CFLAGS and TRICK_CXXFLAGS once during compilation #551

Added a test to see if MAKE_RESTARTS exists.  If it does not print
the TRICK_CFLAGS and TRICK_CXXFLAGS.
This commit is contained in:
Alex Lin 2018-01-23 14:18:01 -06:00
parent 054356ec7c
commit c3f94fec49

View File

@ -158,11 +158,13 @@ endif
-include build/Makefile_overrides
-include S_overrides.mk
ifndef MAKE_RESTARTS
ifeq ($(MAKECMDGOALS),)
$(info $(call COLOR,Building with the following compilation flags:))
$(info TRICK_CFLAGS = $(TRICK_CFLAGS))
$(info TRICK_CXXFLAGS = $(TRICK_CXXFLAGS))
endif
endif
else
all: