Handle remaining corner-cases

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-03 15:21:50 +02:00
parent 88323c70e8
commit f7d945f4eb
3 changed files with 25 additions and 5 deletions

View file

@ -34,7 +34,7 @@ wc -l public-names
NL='
'
sed -n 's/POLARSSL_[A-Z0-9_]*/\'"$NL"'&\'"$NL"/gp \
include/mbedtls/*.h tests/scripts/* scripts/* library/*.c \
include/mbedtls/*.h tests/scripts/* scripts/* library/*.c configs/*.h \
| grep POLARSSL | sort -u > _POLARSSL_XXX
diff public-names _POLARSSL_XXX | sed -n 's/^> //p' > extra-names
rm _POLARSSL_XXX