topdir.mk: Ignore SUBDIRS without Makefile

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-29 19:09:08 +00:00
commit 3985c929ae

View file

@ -6,9 +6,10 @@ config:
mrproper:distclean topdir.mrproper mrproper:distclean topdir.mrproper
ifeq ($(ORDERED_SUBDIRS),) ifeq ($(ORDERED_SUBDIRS),)
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \ SUBDIRS ?= $(dir $(wildcard $(addsuffix /Makefile,\
tools include lib bin util exe plugins conf config cfg \ inst/pre make scripts contrib src libsrc \
images htdocs tmpl doc test inst/post) tools include lib bin util exe plugins conf config cfg \
images htdocs tmpl doc test inst/post)))
endif endif
ifeq ($(USE_USER_URL),true) ifeq ($(USE_USER_URL),true)