Commit 38d2ca54 authored by Bruce Momjian's avatar Bruce Momjian

AIx patch from Frank Dana.

parent bcdd0a93
...@@ -46,7 +46,7 @@ else ...@@ -46,7 +46,7 @@ else
echo '#!' $2/$OBJNAME echo '#!' $2/$OBJNAME
fi fi
$NM -Bg $1 | \ $NM -Bg $1 | \
egrep ' [TD] ' | \ egrep ' [TDB] ' | \
sed -e 's/.* //' | \ sed -e 's/.* //' | \
egrep -v '\$' | \ egrep -v '\$' | \
sed -e 's/^[.]//' | \ sed -e 's/^[.]//' | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment