From e153beac39005e6b3628fecc04b82bdd59c926d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 1 Sep 1998 09:30:50 +0000 Subject: [PATCH] Add a file to this directory to make cvs keep create it even if it is empty (well, now it not empty any more...). git-svn-id: https://svn.dealii.org/trunk@540 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/lib/symbols | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 deal.II/base/lib/symbols diff --git a/deal.II/base/lib/symbols b/deal.II/base/lib/symbols new file mode 100755 index 0000000000..e555d57fe7 --- /dev/null +++ b/deal.II/base/lib/symbols @@ -0,0 +1,2 @@ +#extract symbols from libraries and sort them +nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort -- 2.39.5