mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Remove subdirs without Makefile from FIND_SUBDIRS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
17380f70a4
commit
7d176f84b7
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ AR ?= ar
|
|||
endif
|
||||
|
||||
# makefile helpers
|
||||
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
|
||||
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(patsubst %/,%,$(dir $(shell find . -maxdepth 2 -mindepth 2 -iname Makefile))))
|
||||
SUBDIRS_TO_ITERATE = $(filter-out $(IGNORE_SUBDIRS),$(SUBDIRS))
|
||||
|
||||
# compiler and linker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue