mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Control non-parallel parts with .WAIT
if available
This commit is contained in:
parent
8d82f4ba1c
commit
2f7d2662dd
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue