Date: Fri, 4 May 2007 10:56:05 -0400 From: John Baldwin <jhb@freebsd.org> To: "Jack Vogel" <jfvogel@gmail.com> Cc: Jack F Vogel <jfv@freebsd.org>, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files Message-ID: <200705041056.07390.jhb@freebsd.org> In-Reply-To: <2a41acea0705040012h6670a432ke31a2043c38cb18b@mail.gmail.com> References: <200705040558.l445wlbs072537@repoman.freebsd.org> <2a41acea0705040012h6670a432ke31a2043c38cb18b@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 May 2007 03:12:00 am Jack Vogel wrote:
> There is still a problem with my checkin, the sys/modules/em/Makefile
> has a CFLAGS with an absolute path which i realize is not going to work.
> I will try to figure out the right way to fix this tomorrow.
>
> I think at one point I tried the form I see in kern.pre.mk, it uses
> -I$S/dev/em, and it did not seem to work in this Makefile. Anyone
> have a suggestion of the right way to fix this?
From acpi/acpi/Makefile:
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
You would probably do:
CFLAGS+= -I${.CURDIR}/../../dev/em
>
> Sorry bout the disruption,
>
> Jack
>
>
> On 5/3/07, Jack F Vogel <jfv@freebsd.org> wrote:
> > jfv 2007-05-04 05:58:47 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/conf files
> > Log:
> > Last minute mistake crept in, old file name.
> >
> > Approved by:pdeuskar
> >
> > Revision Changes Path
> > 1.1200 +1 -1 src/sys/conf/files
> >
>
--
John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705041056.07390.jhb>
