Control non-parallel parts with .WAIT if available

This commit is contained in:
Nobuyoshi Nakada 2022-11-13 23:54:43 +09:00
parent 8d82f4ba1c
commit 2f7d2662dd
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
3 changed files with 10 additions and 2 deletions

View file

@ -12,6 +12,10 @@ ifeq ($(HAVE_BASERUBY),yes)
override REVISION_FORCE := PHONY
endif
ifneq ($(filter notintermediate,$(.FEATURES)),)
DOT_WAIT = .WAIT
endif
include $(srcdir)/defs/universal.mk
-include uncommon.mk
include $(srcdir)/defs/gmake.mk