summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-29 01:51:23 +0000
committerbde <bde@FreeBSD.org>1995-12-29 01:51:23 +0000
commit698def8435793d39aa349a1cff0826ca8df59a15 (patch)
tree0b2fedc96aa7781476a6accd149f0809492c3563 /tools
parent43ec3157673d0bc938169908274190fa2598fc73 (diff)
downloadFreeBSD-src-698def8435793d39aa349a1cff0826ca8df59a15.zip
FreeBSD-src-698def8435793d39aa349a1cff0826ca8df59a15.tar.gz
Don't look in libkern, it went away.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/kernxref/kernxref.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh
index d3a7a59..c7e08b6 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.4 1995/12/15 13:29:32 phk Exp $
+# $Id: kernxref.sh,v 1.5 1995/12/15 23:54:27 bde Exp $
#
# This shellscript will make a cross reference of the symbols of the LINT
# kernel.
cd /sys/compile/LINT
-nm -gon *.o /sys/libkern/obj/*.o /lkm/*.o | tr : ' ' | awk '
+nm -gon *.o /lkm/*.o | tr : ' ' | awk '
NF > 1 {
if (length($2) == 8) {
$2 = $3
OpenPOWER on IntegriCloud