mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Enable .NOTPARALLEL
on ripper_srcs
And add special treats only for old GNU make.
This commit is contained in:
parent
234722ed9f
commit
e22086bb6a
2 changed files with 3 additions and 4 deletions
|
@ -518,9 +518,7 @@ matz: up
|
|||
tags:
|
||||
$(MAKE) GIT="$(GIT)" -C "$(srcdir)" -f defs/tags.mk
|
||||
|
||||
ifneq ($(DOT_WAIT),)
|
||||
ripper_srcs: $(addprefix $(DOT_WAIT) ,$(RIPPER_SRCS))
|
||||
else
|
||||
ifeq ($(DOT_WAIT),)
|
||||
ripper_src =
|
||||
$(foreach r,$(RIPPER_SRCS),$(eval $(value r): | $(value ripper_src))\
|
||||
$(eval ripper_src := $(value r)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue