mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use Lrama LALR parser generator instead of Bison
https://bugs.ruby-lang.org/issues/19637 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
d314fe42f9
commit
a1b01e7701
Notes:
git
2023-05-12 09:25:38 +00:00
Merged: https://github.com/ruby/ruby/pull/7798 Merged-By: yui-knk <spiketeika@gmail.com>
38 changed files with 5749 additions and 30 deletions
|
@ -1,6 +1,7 @@
|
|||
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
|
||||
|
||||
reconfig config.status: export MAKE:=$(MAKE)
|
||||
export BASERUBY:=$(BASERUBY)
|
||||
override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
|
||||
override mflags := $(filter-out -j%,$(MFLAGS))
|
||||
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue