提交 3bdfd9cb 编写于 作者: B Bruce Momjian

Adjust find_status for newer Linux 'nm' output format.

上级 273986bf
......@@ -16,8 +16,7 @@ trap "rm -f /tmp/$$" 0 1 2 3 15
# symbol, then the function name.
find . -name '[a-z]*.o' -type f -print | while read FILE
do
nm $FILE | cut -c10-100 |awk '{printf "%s\t%s\t%s\n", "'"$FILE"'",$1,$2}'
do nm $FILE | cut -c17-100 |awk '{printf "%s\t%s\t%s\n", "'"$FILE"'",$1,$2}'
done >/tmp/$$
dropdb debug
createdb debug
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册