On Wed, Mar 13, 2002 at 04:13:35AM +0100, Emiel Kollof wrote: > * Crist J. Clark ([EMAIL PROTECTED]) wrote: > > > *** Error code 1 (ignored) > > > ^^^^^^^^^ > > > > Note. > > > > > Since there is no kldxref in 4.5, this should probably included in > > > the bootstrap process somehow. > > > > A known issue. The install process deliberately ignores this as a > > non-fatal error. > > Why not test for it like this (or similar): > > [ -x /usr/sbin/kldxref ] && /usr/bin/kldxref (etcetera...) > > If the new CURRENT testers upgrading from STABLE don't see it, > they aren't likely to worry/complain about it. I think the warning is > kinda nonsensical and redundant, IMHO.
The warning is just how make(1) works, # Calling kldxref(8) for each module is expensive. .if !defined(NO_XREF) .MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF afterinstall: -kldxref ${DESTDIR}${KMODDIR} .endif -- Crist J. Clark | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://people.freebsd.org/~cjc/ | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message