print the type so I don't need to ask for it

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-20 21:06:48 +00:00
parent 9ee9056627
commit 1328ea0eda

View File

@@ -30,5 +30,5 @@ done
(nm .libs/lib${lib}.a || nm .libs/lib${lib}.so*) |
awk "BEGIN { stat = 0 }
NF == 3 && \$2 ~ /[A-Z]/ && \$2 !~ /[UF]/ && $symbols { printf \"%s should not be exported\\n\", \$3; ++stat } END { exit stat }"
NF == 3 && \$2 ~ /[A-EG-Z]/ && $symbols { printf \"%s should not be exported (type %s)\\n\", \$3, \$2; ++stat } END { exit stat }"