Show info on saved defines only if they not empty.
This commit is contained in:
parent
bb19396d21
commit
cd261f3121
|
@ -20,7 +20,9 @@ endif
|
|||
|
||||
ifeq ($(DEFINES),)
|
||||
-include Makefile.$(TARGET).defines
|
||||
ifneq ($(DEFINES),)
|
||||
${info using saved defines '$(DEFINES)'}
|
||||
endif
|
||||
endif
|
||||
|
||||
usage:
|
||||
|
|
Loading…
Reference in a new issue