Date: Thu, 8 Jul 2010 12:53:52 +0200 From: Alexandre Fiveg <alexandre@net.t-labs.tu-berlin.de> To: Garrett Cooper <gcooper@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org>, Alexandre Fiveg <afiveg@freebsd.org> Subject: Re: PERFORCE change 179499 for review Message-ID: <201007081253.52947.alexandre@net.t-labs.tu-berlin.de> In-Reply-To: <AANLkTikxGSuP9IzyUx4hR1INnX7o4QSAANzGMpW5FFH1@mail.gmail.com> References: <201006112217.o5BMHtaQ086056@repoman.freebsd.org> <AANLkTikxGSuP9IzyUx4hR1INnX7o4QSAANzGMpW5FFH1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 12 June 2010 05:31:29 Garrett Cooper wrote: > On Fri, Jun 11, 2010 at 3:17 PM, Alexandre Fiveg <afiveg@freebsd.org> wrote: > > http://p4web.freebsd.org/@@179499?ac=10 > > > > Change 179499 by afiveg@cottonmouth on 2010/06/11 22:16:54 > > > > em/Makefile cosmetic fix > > > > Affected files ... > > > > .. //depot/projects/soc2010/ringmap/current/sys/modules/em/Makefile#5 > > edit > > > > Differences ... > > > > ==== //depot/projects/soc2010/ringmap/current/sys/modules/em/Makefile#5 > > (text+ko) ==== > > > > @@ -1,5 +1,5 @@ > > # $FreeBSD: src/sys/modules/em/Makefile,v 1.16 2010/03/29 23:36:34 jfv > > Exp $ -.PATH: ${.CURDIR}/../../dev/e1000 > > +.PATH: ${.CURDIR}/../../dev/e1000 : ${.CURDIR}/../../net > > The colon is a syntax error, isn't it? No, it is a deliminator % man 1 make Thanx, Alex > > > .if defined(KERNEL_RINGMAP) > > KMOD = if_ringmap > > @@ -13,7 +13,7 @@ > > > > .if defined(KERNEL_RINGMAP) > > CFLAGS += -D__RINGMAP__ -D__E1000_RINGMAP__ > > -SRCS += ${.CURDIR}/../../net/ringmap.c > > +SRCS += ringmap.c > > .endif > > > > CORE_SRC = 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?201007081253.52947.alexandre>
