From 7ca85fecc9d4108d54f9bb93ddf9b34c16cd6594 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 8 Sep 1998 11:10:21 +0000 Subject: [PATCH] Emit only defined symbols, not referenced ones. git-svn-id: https://svn.dealii.org/trunk@586 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/lib/symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/lib/symbols b/deal.II/deal.II/lib/symbols index e555d57fe7..d2793372f4 100755 --- a/deal.II/deal.II/lib/symbols +++ b/deal.II/deal.II/lib/symbols @@ -1,2 +1,2 @@ #extract symbols from libraries and sort them -nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort +nm *.g.a | c++filt | grep " W " | perl -pi -e 's/.{8} . (.*)/$1/;' | sort -- 2.39.5