mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
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:
parent
054356ec7c
commit
c3f94fec49
@ -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 = [36m$(TRICK_CFLAGS)[0m)
|
||||
$(info TRICK_CXXFLAGS = [36m$(TRICK_CXXFLAGS)[0m)
|
||||
endif
|
||||
endif
|
||||
|
||||
else
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user