view make/linux/makefiles/build_vm_def.sh @ 1678:7f0fdccac34f

Merge
author apangin
date Sun, 25 Jul 2010 07:31:50 -0700
parents 7de45b5044c3
children 126ea7725993
line wrap: on
line source

#!/bin/sh

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