From: Richard Levitte Date: Mon, 24 Jul 2017 09:48:02 +0000 (+0200) Subject: Makefile.shared: Make link_shlib.linux-shared less verbose again X-Git-Tag: OpenSSL_1_1_1-pre1~990 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf9f101995adf9e751ff91f0e60a2e8c3a938f71;p=oweals%2Fopenssl.git Makefile.shared: Make link_shlib.linux-shared less verbose again A previous change inavertently removed a silencing '@' Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/4003) --- diff --git a/Makefile.shared b/Makefile.shared index 40730d839b..105398947e 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -180,7 +180,7 @@ link_app.gnu: @ $(DO_GNU_APP); $(LINK_APP) link_shlib.linux-shared: - $(PERL) $(SRCDIR)/util/mkdef.pl $(LIBNAME) linux >$(LIBNAME).map; \ + @$(PERL) $(SRCDIR)/util/mkdef.pl $(LIBNAME) linux >$(LIBNAME).map; \ $(DO_GNU_SO); \ ALLSYMSFLAGS='-Wl,--whole-archive,--version-script=$(LIBNAME).map'; \ $(LINK_SO_SHLIB)