diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-14 00:30:34 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-14 00:43:14 +0900 |
| commit | 6513cf9058978e06eb3433fa33c8f70bd1100352 (patch) | |
| tree | 8d8e8d9ab99a14742147cfb5ffb495cc11971a0f /defs | |
| parent | 79a6ec74831cc47d022b86dfabe3c774eaaf91ca (diff) | |
Export `GIT`
Propagate the value given with `--with-git` configure option to
tool/lib/vcs.rb.
Diffstat (limited to 'defs')
| -rw-r--r-- | defs/gmake.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk index 36d65c0ea0..2422151009 100644 --- a/defs/gmake.mk +++ b/defs/gmake.mk @@ -2,6 +2,7 @@ reconfig config.status: export MAKE:=$(MAKE) export BASERUBY:=$(BASERUBY) +export GIT override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+) override mflags := $(filter-out -j%,$(MFLAGS)) MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j) |
