mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Add support for variable DONT_CHECK_PREREQ_PROJECTS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8a54182154
commit
8c2499bcbb
1 changed files with 2 additions and 0 deletions
|
|
@ -49,7 +49,9 @@ $(foreach t,$(filter-out all install clean distclean,$(ALLOWED_SUBDIR_TARGETS)),
|
|||
|
||||
%/dirs-all.done:
|
||||
@echo $@ needs to be rebuilt
|
||||
ifneq ($(DONT_CHECK_PREREQ_PROJECTS),true)
|
||||
exit 1
|
||||
endif
|
||||
|
||||
# explicit duplication of pattern-rule is needed, otherwise .PHONY: dirs-all.done won't match
|
||||
dirs-all.done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue