mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 03:04:37 +00:00
Makefile.shared: Make link_shlib.linux-shared less verbose again
A previous change inavertently removed a silencing '@' Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4003)
This commit is contained in:
parent
83e0d090b1
commit
cf9f101995
@ -180,7 +180,7 @@ link_app.gnu:
|
|||||||
@ $(DO_GNU_APP); $(LINK_APP)
|
@ $(DO_GNU_APP); $(LINK_APP)
|
||||||
|
|
||||||
link_shlib.linux-shared:
|
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); \
|
$(DO_GNU_SO); \
|
||||||
ALLSYMSFLAGS='-Wl,--whole-archive,--version-script=$(LIBNAME).map'; \
|
ALLSYMSFLAGS='-Wl,--whole-archive,--version-script=$(LIBNAME).map'; \
|
||||||
$(LINK_SO_SHLIB)
|
$(LINK_SO_SHLIB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user