Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 19:57:18 -0600 (MDT)
From:      "M. Warner Losh" <imp@village.org>
To:        matusita@jp.FreeBSD.org
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: upgrade from 4.5 to current fails
Message-ID:  <20020424.195718.34618377.imp@village.org>
In-Reply-To: <20020425024918N.matusita@jp.FreeBSD.org>
References:  <004d01c1eb8a$bfadfef0$594bfea9@bender> <20020424082937.A35418@troutmask.apl.washington.edu> <20020425024918N.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020425024918N.matusita@jp.FreeBSD.org>
            Makoto Matsushita <matusita@jp.FreeBSD.org> writes:
: 
: sgk> Note the Error code 1(ignored).
: 
: That's right, it's not an actual *error*.
: 
: However, we have seen such a report so many, many times.  We may want
: to consider changing src/sys/conf/kmod.mk to shut it up.

Something like the following maybe:

Index: kmod.mk
===================================================================
RCS file: /cache/ncvs/src/sys/conf/kmod.mk,v
retrieving revision 1.117
diff -u -r1.117 kmod.mk
--- kmod.mk	22 Apr 2002 15:53:04 -0000	1.117
+++ kmod.mk	25 Apr 2002 01:56:43 -0000
@@ -166,6 +166,9 @@
 .endif
 .endif
 
+.if !exists(/usr/sbin/kldxref)
+NO_XREF=yes
+.endif
 
 .if !target(all-man)
 all-man: _SUBDIR

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020424.195718.34618377.imp>