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 <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"