Date: Tue, 15 Dec 2009 23:04:12 GMT From: Rafal Jaworowski <raj@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 171824 for review Message-ID: <200912152304.nBFN4Cwh076091@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=171824 Change 171824 by raj@raj_fdt on 2009/12/15 23:04:04 Build the device tree compiler as bootstrap tool. This will be required for a fully self-hosted environment: the FDT-enabled build will create DT blobs when building kernel, but the host may happen not to have the tool installed, so we need to make sure it is created as part of buildworld first. Affected files ... .. //depot/projects/fdt/Makefile.inc1#3 edit Differences ... ==== //depot/projects/fdt/Makefile.inc1#3 (text+ko) ==== @@ -950,6 +950,10 @@ lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge .endif +.if ${MK_FDT} != "no" +_dtc= gnu/usr.bin/dtc +.endif + bootstrap-tools: .for _tool in \ ${_dtrace_tools} \ @@ -957,6 +961,7 @@ ${_gperf} \ ${_groff} \ ${_ar} \ + ${_dtc} \ usr.bin/lorder \ usr.bin/makewhatis \ ${_mklocale} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912152304.nBFN4Cwh076091>