mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cleandirs.mk: Respect FORCE_REBUILD_SUBDIRS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e37efb1a5e
commit
5817ac7b93
1 changed files with 8 additions and 2 deletions
|
|
@ -8,8 +8,14 @@ distclean: do.distclean
|
|||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
SUBDIRS ?= $(FIND_SUBDIRS)
|
||||
SUBDIRS_ALL ?=
|
||||
SUBDIRS_INSTALL ?=
|
||||
|
||||
ifeq ($(FORCE_REBUILD_SUBDIRS),true)
|
||||
SUBDIRS_ALL = $(SUBDIRS)
|
||||
SUBDIRS_INSTALL = $(SUBDIRS)
|
||||
else
|
||||
SUBDIRS_ALL ?=
|
||||
SUBDIRS_INSTALL ?=
|
||||
endif
|
||||
|
||||
do.all:
|
||||
set -e; for d in $(SUBDIRS_ALL); do make -wC $$d $*; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue