make/bsd/makefiles/build_vm_def.sh

changeset 5299
91acb82a8b7a
parent 3156
f08d439fab8c
child 6876
710a3c8b516e
     1.1 --- a/make/bsd/makefiles/build_vm_def.sh	Tue Jun 18 09:08:35 2013 -0700
     1.2 +++ b/make/bsd/makefiles/build_vm_def.sh	Wed Jun 19 13:14:03 2013 -0700
     1.3 @@ -7,6 +7,6 @@
     1.4  NM=nm
     1.5  fi
     1.6  
     1.7 -$NM --defined-only $* | awk '
     1.8 -   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
     1.9 +$NM -Uj $* | awk '
    1.10 +   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 }
    1.11     '

mercurial