view make/linux/makefiles/build_vm_def.sh @ 1625:3e351982aac7

Merge
author zgu
date Tue, 22 Jun 2010 10:03:12 -0400
parents 7de45b5044c3
children 126ea7725993
line wrap: on
line source

#!/bin/sh

nm --defined-only $* | awk '
   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
   '