mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Filtering out paths matching /opt from PREREQ_DIRS_DONE
This commit is contained in:
parent
18f34127d8
commit
ad41cd0557
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ else
|
|||
SUBDIR_TARGETS = $(filter all install clean distclean,$(MAKECMDGOALS))
|
||||
endif
|
||||
|
||||
PREREQ_DIRS_DONE = $(addsuffix /dirs-all.done,$(filter-out $(TOPDIR),$(foreach p,$(PREREQ),$($(p)_DIR))))
|
||||
PREREQ_DIRS_DONE = $(addsuffix /dirs-all.done,$(filter-out $(TOPDIR) /opt/%,$(foreach p,$(PREREQ),$($(p)_DIR))))
|
||||
|
||||
all: dirs-all.done
|
||||
install: dirs-install.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue