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
|
@ -1288,7 +1288,8 @@ $(REVISION_H)$(yes_baseruby:yes=~disabled~):
|
|||
# uncommon.mk: $(REVISION_H)
|
||||
# $(MKFILES): $(REVISION_H)
|
||||
|
||||
$(DOT_WAIT)ripper_srcs: $(RIPPER_SRCS)
|
||||
ripper_srcs: $(RIPPER_SRCS)
|
||||
.NOTPARALLEL: ripper_srcs
|
||||
|
||||
$(RIPPER_SRCS): $(srcdir)/parse.y $(srcdir)/defs/id.def
|
||||
$(RIPPER_SRCS): $(srcdir)/ext/ripper/tools/preproc.rb $(srcdir)/ext/ripper/tools/dsl.rb
|
||||
|
|
|
@ -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