mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
ifeq ($(ORDERED_SUBDIRS),)
|
||||
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
|
||||
tools include lib bin util exe plugins conf config cfg \
|
||||
images htdocs tmpl doc test inst/post)
|
||||
SUBDIRS ?= $(dir $(wildcard $(addsuffix /Makefile,\
|
||||
inst/pre make scripts contrib src libsrc \
|
||||
tools include lib bin util exe plugins conf config cfg \
|
||||
images htdocs tmpl doc test inst/post)))
|
||||
endif
|
||||
|
||||
ifeq ($(USE_USER_URL),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue