Skip to content

Commit 49ce12d

Browse files
committed
Silence building rubyspec-capiext [ci skip]
1 parent 6e61496 commit 49ce12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defs/gmake.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ fix-depends check-depends: all hello
517517
# because the same named directory exists in the source tree.
518518
$(RUBYSPEC_CAPIEXT)/%.$(DLEXT): $(srcdir)/$(RUBYSPEC_CAPIEXT)/%.c $(RUBYSPEC_CAPIEXT_DEPS) \
519519
| build-ext
520-
$(ECHO) building $@
520+
$(no_silence:no=$(ECHO) building $@)
521521
$(Q) $(MAKEDIRS) $(@D)
522522
$(Q) $(DLDSHARED) -L. $(XDLDFLAGS) $(XLDFLAGS) $(LDFLAGS) $(INCFLAGS) $(CPPFLAGS) $(OUTFLAG)$@ $< $(LIBRUBYARG)
523523
ifneq ($(POSTLINK),)

0 commit comments

Comments
 (0)