Silence building rubyspec-capiext [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2026-01-14 13:55:35 +09:00
parent 6e61496531
commit 49ce12d2ef
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

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