[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Jul 24 09:58:35 UTC 2017


The branch master has been updated
       via  cf9f101995adf9e751ff91f0e60a2e8c3a938f71 (commit)
      from  83e0d090b196f70a9f25ff505d5813745585ef85 (commit)


- Log -----------------------------------------------------------------
commit cf9f101995adf9e751ff91f0e60a2e8c3a938f71
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Jul 24 11:48:02 2017 +0200

    Makefile.shared: Make link_shlib.linux-shared less verbose again
    
    A previous change inavertently removed a silencing '@'
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4003)

-----------------------------------------------------------------------

Summary of changes:
 Makefile.shared | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.shared b/Makefile.shared
index 40730d8..1053989 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)


More information about the openssl-commits mailing list