Export GIT

Propagate the value given with `--with-git` configure option to
tool/lib/vcs.rb.
This commit is contained in:
Nobuyoshi Nakada 2025-12-14 00:30:34 +09:00
parent 79a6ec7483
commit 6513cf9058
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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)