summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-14 00:30:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-14 00:43:14 +0900
commit6513cf9058978e06eb3433fa33c8f70bd1100352 (patch)
tree8d8e8d9ab99a14742147cfb5ffb495cc11971a0f /defs
parent79a6ec74831cc47d022b86dfabe3c774eaaf91ca (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.mk1
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)