On Tue, Apr 13, 2010 at 2:52 AM, Luigi Rizzo <lu...@freebsd.org> wrote: > Author: luigi > Date: Tue Apr 13 09:52:42 2010 > New Revision: 206550 > URL: http://svn.freebsd.org/changeset/base/206550 > > Log: > use correct .PATH, remove unused CFLAGS > > Modified: > head/sbin/geom/class/sched/Makefile > > Modified: head/sbin/geom/class/sched/Makefile > ============================================================================== > --- head/sbin/geom/class/sched/Makefile Tue Apr 13 08:56:03 2010 > (r206549) > +++ head/sbin/geom/class/sched/Makefile Tue Apr 13 09:52:42 2010 > (r206550) > @@ -1,9 +1,8 @@ > # GEOM_LIBRARY_PATH > # $FreeBSD$ > > -.PATH: /usr/src/sbin/geom/misc > - > -CFLAGS += -I/usr/src/sbin/geom > +.PATH: ${.CURDIR}/../../misc > +#CFLAGS += -I/usr/src/sbin/geom
Shouldn't this just be removed instead of commented out? Thanks, -Garrett _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"