mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Don't set default SUBDIRS if ORDERED_SUBDIRS is set
If ORDERED_SUBDIRS is set, SUBDIRS should by default start with $(ORDERED_SUBDIRS), and filled up with what $(FIND_SUBDIRS) turns up. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d7da4f1cb8
commit
6a4092b8af
1 changed files with 3 additions and 0 deletions
|
|
@ -5,9 +5,12 @@ distclean: topdir.distclean
|
|||
config:
|
||||
mrproper:distclean topdir.mrproper
|
||||
|
||||
ifeq ($(ORDERED_SUBDIRS),)
|
||||
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
|
||||
tools include lib bin util plugins conf config cfg \
|
||||
images htdocs tmpl doc test inst/post)
|
||||
endif
|
||||
|
||||
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
||||
GIT_DESCR = $(TOPDIR)/.git/description
|
||||
LIST_VCS_FILES = /bin/bash $(MOD_SCRIPT_DIR)/scm.sh ls-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue