svn commit: r216662 - head/share/mk

Bjoern A. Zeeb bz at FreeBSD.org
Wed Dec 22 16:20:07 UTC 2010


On Wed, 22 Dec 2010, Nathan Whitehorn wrote:

> Author: nwhitehorn
> Date: Wed Dec 22 14:59:22 2010
> New Revision: 216662
> URL: http://svn.freebsd.org/changeset/base/216662
>
> Log:
>  Enable build of FDT components by default. dtc is a required build tool
>  for all FDT-enabled kernels, and having it off by default means that
>  building these kernels fails by default. This fixes FDT-related build
>  failures in make universe on ARM and PowerPC.

Thanks a lot!  I wonder if it is arch specific conditional?  Is there
any value in having it on non-FDT kernels/architectures?

I am happily looking forward to a usable universe output again:-))


>  Reviewed by:	imp
>
> Modified:
>  head/share/mk/bsd.own.mk
>
> Modified: head/share/mk/bsd.own.mk
> ==============================================================================
> --- head/share/mk/bsd.own.mk	Wed Dec 22 14:49:18 2010	(r216661)
> +++ head/share/mk/bsd.own.mk	Wed Dec 22 14:59:22 2010	(r216662)
> @@ -326,6 +326,7 @@ _clang_no=CLANG
>     DICT \
>     DYNAMICROOT \
>     EXAMPLES \
> +    FDT \
>     FLOPPY \
>     FORTH \
>     FP_LIBC \
> @@ -421,7 +422,6 @@ MK_${var}:=	yes
>     BIND_XML \
>     BSD_GREP \
>     ${_clang_no} \
> -    FDT \
>     GPIO \
>     HESIOD \
>     IDEA
>

-- 
Bjoern A. Zeeb                              Welcome a new stage of life.
         <ks> Going to jail sucks -- <bz> All my daemons like it!
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html


More information about the svn-src-all mailing list