We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e61496 commit 49ce12dCopy full SHA for 49ce12d
defs/gmake.mk
@@ -517,7 +517,7 @@ fix-depends check-depends: all hello
517
# because the same named directory exists in the source tree.
518
$(RUBYSPEC_CAPIEXT)/%.$(DLEXT): $(srcdir)/$(RUBYSPEC_CAPIEXT)/%.c $(RUBYSPEC_CAPIEXT_DEPS) \
519
| build-ext
520
- $(ECHO) building $@
+ $(no_silence:no=$(ECHO) building $@)
521
$(Q) $(MAKEDIRS) $(@D)
522
$(Q) $(DLDSHARED) -L. $(XDLDFLAGS) $(XLDFLAGS) $(LDFLAGS) $(INCFLAGS) $(CPPFLAGS) $(OUTFLAG)$@ $< $(LIBRUBYARG)
523
ifneq ($(POSTLINK),)
0 commit comments