ignore filename symbols
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14829 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 }"
|
||||
|
||||
|
Reference in New Issue
Block a user