PERFORCE change 171824 for review

Rafal Jaworowski raj at FreeBSD.org
Tue Dec 15 15:04:13 PST 2009


http://p4web.freebsd.org/chv.cgi?CH=171824

Change 171824 by raj at 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} \


More information about the p4-projects mailing list