Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Makefile.shared: Make link_shlib.linux-shared less verbose again
Browse files Browse the repository at this point in the history
A previous change inavertently removed a silencing '@'

Reviewed-by: Tim Hudson <[email protected]>
(Merged from openssl#4003)
  • Loading branch information
levitte committed Jul 24, 2017
1 parent 83e0d09 commit cf9f101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.shared
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf9f101

Please sign in to comment.