mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Ignore SUBDIRS without Makefile
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a7edaa4a01
commit
3985c929ae
1 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue