Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2006 12:24:00 -0600
From:      Scott Long <scottl@samsco.org>
To:        David Wolfskill <david@catwhisker.org>
Cc:        gnn@freebsd.org, i386@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org>, current@freebsd.org
Subject:   Re: [head tinderbox] failure on i386/i386
Message-ID:  <446775C0.1050208@samsco.org>
In-Reply-To: <20060514181840.GJ20934@bunrab.catwhisker.org>
References:  <20060514061911.034CD7302F@freebsd-current.sentex.ca> <20060514181840.GJ20934@bunrab.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
David Wolfskill wrote:

> On Sun, May 14, 2006 at 02:19:10AM -0400, FreeBSD Tinderbox wrote:
> 
>>...
>>===> lnc (depend)
>>@ -> /src/sys
>>machine -> /src/sys/i386/include
>>make: don't know how to make if_lnc.c. Stop
>>*** Error code 2
>>...
> 
> 
> I don't have much confidence that the below is actually "correct" (for
> any reasonable value of the term), but it allowed my laptop to build a
> CURRENT kernel for today:
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/freebsd/src/sys/modules/Makefile,v
> retrieving revision 1.493
> diff -u -u -r1.493 Makefile
> --- Makefile	12 May 2006 20:39:22 -0000	1.493
> +++ Makefile	14 May 2006 17:29:23 -0000
> @@ -136,7 +136,6 @@
>  	${_linsysfs} \
>  	${_linux} \
>  	lmc \
> -	${_lnc} \
>  	lpt \
>  	mac_biba \
>  	mac_bsdextended \
> @@ -359,7 +358,6 @@
>  _linprocfs=	linprocfs
>  _linsysfs=	linsysfs
>  _linux=		linux
> -_lnc=		lnc
>  _mse=		mse
>  .if ${MK_NCP} != "no"
>  _ncp=		ncp
> @@ -467,7 +465,6 @@
>  _ips=		ips
>  _ipw=		ipw
>  _iwi=		iwi
> -#_lnc=		lnc
>  _mly=		mly
>  _ndis=		ndis
>  _nve=		nve
> 
> 
> Peace,
> david

It looks correct to me.  Go ahead and commit it.

Scott




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