ignore filename symbols

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14829 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-18 13:06:49 +00:00
parent b178b15833
commit d143f5449e

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 !~ /U/ && $symbols { printf \"%s should not be exported\\n\", \$3; ++stat } END { exit stat }"
NF == 3 && \$2 ~ /[A-Z]/ && \$2 !~ /[UF]/ && $symbols { printf \"%s should not be exported\\n\", \$3; ++stat } END { exit stat }"