svn commit: r206550 - head/sbin/geom/class/sched

Garrett Cooper yanefbsd at gmail.com
Mon Apr 19 02:12:34 UTC 2010


On Tue, Apr 13, 2010 at 2:52 AM, Luigi Rizzo <luigi at 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


More information about the svn-src-all mailing list