Show info on saved defines only if they not empty.

This commit is contained in:
oliverschmidt 2008-01-04 21:01:37 +00:00
parent bb19396d21
commit cd261f3121

View file

@ -20,8 +20,10 @@ endif
ifeq ($(DEFINES),) ifeq ($(DEFINES),)
-include Makefile.$(TARGET).defines -include Makefile.$(TARGET).defines
ifneq ($(DEFINES),)
${info using saved defines '$(DEFINES)'} ${info using saved defines '$(DEFINES)'}
endif endif
endif
usage: usage:
@echo "make MAKETARGETS... [TARGET=(TARGET)] [savetarget] [targets]" @echo "make MAKETARGETS... [TARGET=(TARGET)] [savetarget] [targets]"