This commit is contained in:
Behdad Esfahbod 2018-03-26 19:55:16 -07:00
parent 19ec366fb1
commit c589681926
1 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ for soname in harfbuzz harfbuzz-subset harfbuzz-icu harfbuzz-gobject; do
prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'` prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
echo
echo "Checking that $so does not expose internal symbols" echo "Checking that $so does not expose internal symbols"
if echo "$EXPORTED_SYMBOLS" | grep -v "^${prefix}\(_\|$\)"; then if echo "$EXPORTED_SYMBOLS" | grep -v "^${prefix}\(_\|$\)"; then
echo "Ouch, internal symbols exposed" echo "Ouch, internal symbols exposed"
@ -41,7 +40,6 @@ for soname in harfbuzz harfbuzz-subset harfbuzz-icu harfbuzz-gobject; do
if ! test -f "$def"; then if ! test -f "$def"; then
echo "'$def' not found; skipping" echo "'$def' not found; skipping"
else else
echo
echo "Checking that $so has the same symbol list as $def" echo "Checking that $so has the same symbol list as $def"
{ {
echo EXPORTS echo EXPORTS