Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 22:22:18 -0500
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Ken Smith <kensmith@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/modules/bge Makefile
Message-ID:  <20070610032218.GA4634@sub.vaned.net>
In-Reply-To: <200706100058.l5A0wfFF012993@repoman.freebsd.org>
References:  <200706100058.l5A0wfFF012993@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Would this also be an issue on sun4v?

On Sun, Jun 10, 2007 at 12:58:41AM +0000, Ken Smith wrote:
> kensmith    2007-06-10 00:58:41 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/modules/bge      Makefile 
>   Log:
>   Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernel
>   builds had been succeeding if run serially but could fail if run in
>   parallel because the bge module build might start before ofw_bus_if.h
>   got created as part of the mainline kernel build.
>   
>   Diagnosis and patch by: ru
>   
>   Revision  Changes    Path
>   1.6       +4 -0      src/sys/modules/bge/Makefile
> http://cvsweb.FreeBSD.org/src/sys/modules/bge/Makefile.diff?r1=1.5&r2=1.6
> | --- src/sys/modules/bge/Makefile	2006/11/03 21:41:19	1.5
> | +++ src/sys/modules/bge/Makefile	2007/06/10 00:58:41	1.6
> | @@ -1,8 +1,12 @@
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/modules/bge/Makefile,v 1.5 2006/11/03 21:41:19 ru Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/modules/bge/Makefile,v 1.6 2007/06/10 00:58:41 kensmith Exp $
> |  
> |  .PATH: ${.CURDIR}/../../dev/bge
> |  
> |  KMOD=	if_bge
> |  SRCS=	if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
> | +
> | +.if ${MACHINE_ARCH} == sparc64
> | +SRCS+=	ofw_bus_if.h
> | +.endif
> |  
> |  .include <bsd.kmod.mk>
> 

-- 
Christian S.J. Peron
csjp@FreeBSD.ORG
FreeBSD Committer



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