Skip to content
Snippets Groups Projects
Commit a35ec559 authored by Simon McVittie's avatar Simon McVittie
Browse files

capsule-shim.mk: Don't always silence capsule-symbols command line

parent dc8f018d
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -34,7 +34,7 @@ shim/lib%.so.c: shim/lib%.so.c.excluded shim/lib%.so.c.dlopen shim/lib%.so.c.dls
# regenerate the exportable symbols list
shim/lib%.so.symbols: shim/lib%.so.c.shared
@(ht=$(CAPSULE_TREE); \
$(AM_V_GEN)(ht=$(CAPSULE_TREE); \
(for dso in lib@LIB@.so $$(cat $<); \
do $(libexecd)/capsule-symbols $$dso $${ht:-/host}; done > $@.tmp) && \
mv $@.tmp $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment