From: Wolfgang Bangerth Date: Tue, 1 Sep 1998 09:30:50 +0000 (+0000) Subject: Add a file to this directory to make cvs keep create it even if it is empty (well... X-Git-Tag: v8.0.0~22714 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e153beac39005e6b3628fecc04b82bdd59c926d5;p=dealii.git 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 --- 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