diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 21:39:07 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 21:39:07 +0000 |
| commit | 20ec02b38cf605fe24932f962a99431b39149507 (patch) | |
| tree | 10b1e4649ce2cd17b6159a2ec055909454d6e6d5 /tools | |
| parent | c3b8bd49528e8ac5e2066a2a1bb338ed7095d76a (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/kernxref/kernxref.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh index 60cd62f6472f..a600c6b8960e 100644 --- a/tools/tools/kernxref/kernxref.sh +++ b/tools/tools/kernxref/kernxref.sh @@ -7,13 +7,13 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: kernxref.sh,v 1.8 1997/02/22 14:08:32 peter Exp $ +# $Id: kernxref.sh,v 1.9 1998/11/27 10:18:56 bde Exp $ # # This shellscript will make a cross reference of the symbols of the LINT # kernel. cd /sys/compile/LINT -nm -gon `echo *.o /lkm/*.o | tr ' ' '\012' | egrep -v '(aicasm|genassym)'` | +nm -aout -gon `echo *.o /lkm/*.o | tr ' ' '\012' | egrep -v '(aicasm|genassym)'` | tr : ' ' | awk ' NF > 1 { if (length($2) == 8) { |
