From 221f90d3408ad53292b21b26d2d2cf40da92fc35 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 29 Dec 1995 01:51:23 +0000 Subject: [PATCH] Don't look in libkern, it went away. --- tools/tools/kernxref/kernxref.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh index d3a7a59c308b..c7e08b6b7a67 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