Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 20:31:29 -0700
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Alexandre Fiveg <afiveg@freebsd.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 179499 for review
Message-ID:  <AANLkTikxGSuP9IzyUx4hR1INnX7o4QSAANzGMpW5FFH1@mail.gmail.com>
In-Reply-To: <201006112217.o5BMHtaQ086056@repoman.freebsd.org>
References:  <201006112217.o5BMHtaQ086056@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 11, 2010 at 3:17 PM, Alexandre Fiveg <afiveg@freebsd.org> wrote=
:
> http://p4web.freebsd.org/@@179499?ac=3D10
>
> Change 179499 by afiveg@cottonmouth on 2010/06/11 22:16:54
>
> =A0 =A0 =A0 =A0em/Makefile cosmetic fix
>
> Affected files ...
>
> .. //depot/projects/soc2010/ringmap/current/sys/modules/em/Makefile#5 edi=
t
>
> Differences ...
>
> =3D=3D=3D=3D //depot/projects/soc2010/ringmap/current/sys/modules/em/Make=
file#5 (text+ko) =3D=3D=3D=3D
>
> @@ -1,5 +1,5 @@
> =A0# $FreeBSD: src/sys/modules/em/Makefile,v 1.16 2010/03/29 23:36:34 jfv=
 Exp $
> -.PATH: =A0${.CURDIR}/../../dev/e1000
> +.PATH: =A0${.CURDIR}/../../dev/e1000 : ${.CURDIR}/../../net

The colon is a syntax error, isn't it?

> =A0.if defined(KERNEL_RINGMAP)
> =A0KMOD =A0 =3D if_ringmap
> @@ -13,7 +13,7 @@
>
> =A0.if defined(KERNEL_RINGMAP)
> =A0CFLAGS +=3D -D__RINGMAP__ -D__E1000_RINGMAP__
> -SRCS =A0 =A0 =A0 =A0 =A0 +=3D ${.CURDIR}/../../net/ringmap.c
> +SRCS =A0 =A0 =A0 =A0 =A0 +=3D ringmap.c
> =A0.endif
>
> =A0CORE_SRC =3D if_em.c e1000_osdep.c

Thanks,
-Garrett



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