summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-14 13:55:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-14 13:55:35 +0900
commit49ce12d2ef4fb52d52a7e1e47148081cfebcedba (patch)
treefbe86388c9cc3cd324c011d96b5319d2986233f6
parent6e61496531afea45ec53ebfd1a5db12635fc6ed9 (diff)
Silence building rubyspec-capiext [ci skip]
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 2fc0ff8733..f4b3d79990 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -517,7 +517,7 @@ fix-depends check-depends: all hello
# because the same named directory exists in the source tree.
$(RUBYSPEC_CAPIEXT)/%.$(DLEXT): $(srcdir)/$(RUBYSPEC_CAPIEXT)/%.c $(RUBYSPEC_CAPIEXT_DEPS) \
| build-ext
- $(ECHO) building $@
+ $(no_silence:no=$(ECHO) building $@)
$(Q) $(MAKEDIRS) $(@D)
$(Q) $(DLDSHARED) -L. $(XDLDFLAGS) $(XLDFLAGS) $(LDFLAGS) $(INCFLAGS) $(CPPFLAGS) $(OUTFLAG)$@ $< $(LIBRUBYARG)
ifneq ($(POSTLINK),)