defs.mk: Add SUBDIRS_TO_ITERATE = $(filter-out $(IGNORE_SUBDIRS),$(SUBDIRS))

This commit is contained in:
Jan Lindemann 2010-12-04 13:59:20 +00:00 committed by Jan Lindemann
commit a06dafbea8

View file

@ -155,6 +155,7 @@ endif
# makefile helpers
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
SUBDIRS_TO_ITERATE = $(filter-out $(IGNORE_SUBDIRS),$(SUBDIRS))
# compiler and linker
GCC_VERSION = $(shell gcc -v 2>&1 | grep version | awk '{ print $$3;}')