tools/build: Create toolchain symlinks for non-absolute compiler/linker
[freebsd.git] / Makefile.inc1
1 #
2 # $FreeBSD$
3 #
4 # Make command line options:
5 #       -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6 #       -DNO_CLEAN do not clean at all
7 #       -DDB_FROM_SRC use the user/group databases in src/etc instead of
8 #           the system database when installing.
9 #       -DNO_SHARE do not go into share subdir
10 #       -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ}
11 #       -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
12 #       -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
13 #       -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel
14 #       -DNO_ROOT install without using root privilege
15 #       -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects
16 #       LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
17 #       LOCAL_ITOOLS="list of tools" to add additional tools to the ITOOLS list
18 #       LOCAL_LIB_DIRS="list of dirs" to add additional dirs to libraries target
19 #       LOCAL_MTREE="list of mtree files" to process to allow local directories
20 #           to be created before files are installed
21 #       LOCAL_LEGACY_DIRS="list of dirs" to add additional dirs to the legacy
22 #           target
23 #       LOCAL_BSTOOL_DIRS="list of dirs" to add additional dirs to the
24 #           bootstrap-tools target
25 #       LOCAL_TOOL_DIRS="list of dirs" to add additional dirs to the build-tools
26 #           target
27 #       LOCAL_XTOOL_DIRS="list of dirs" to add additional dirs to the
28 #           cross-tools target
29 #       METALOG="path to metadata log" to write permission and ownership
30 #           when NO_ROOT is set.  (default: ${DESTDIR}/${DISTDIR}/METALOG,
31 #           check /etc/make.conf for DISTDIR)
32 #       TARGET="machine" to crossbuild world for a different machine type
33 #       TARGET_ARCH= may be required when a TARGET supports multiple endians
34 #       BUILDENV_SHELL= shell to launch for the buildenv target (def:${SHELL})
35 #       WORLD_FLAGS= additional flags to pass to make(1) during buildworld
36 #       KERNEL_FLAGS= additional flags to pass to make(1) during buildkernel
37 #       SUBDIR_OVERRIDE="list of dirs" to build rather than everything.
38 #           All libraries and includes, and some build tools will still build.
39
40 #
41 # The intended user-driven targets are:
42 # buildworld  - rebuild *everything*, including glue to help do upgrades
43 # installworld- install everything built by "buildworld"
44 # checkworld  - run test suite on installed world
45 # doxygen     - build API documentation of the kernel
46 #
47 # Standard targets (not defined here) are documented in the makefiles in
48 # /usr/share/mk.  These include:
49 #               obj depend all install clean cleandepend cleanobj
50
51 .if !defined(TARGET) || !defined(TARGET_ARCH)
52 .error Both TARGET and TARGET_ARCH must be defined.
53 .endif
54
55 .if make(showconfig) || make(test-system-*)
56 _MKSHOWCONFIG=  t
57 .endif
58
59 SRCDIR?=        ${.CURDIR}
60 LOCALBASE?=     /usr/local
61 TIME_ENV ?= time env
62
63 .include "share/mk/src.tools.mk"
64
65 # Cross toolchain changes must be in effect before bsd.compiler.mk
66 # so that gets the right CC, and pass CROSS_TOOLCHAIN to submakes.
67 .if defined(CROSS_TOOLCHAIN)
68 .if exists(${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk)
69 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
70 .elif exists(${CROSS_TOOLCHAIN})
71 .include "${CROSS_TOOLCHAIN}"
72 .else
73 .error CROSS_TOOLCHAIN ${CROSS_TOOLCHAIN} not found
74 .endif
75 CROSSENV+=CROSS_TOOLCHAIN="${CROSS_TOOLCHAIN}"
76 .endif
77 .if defined(CROSS_TOOLCHAIN_PREFIX)
78 CROSS_COMPILER_PREFIX?=${CROSS_TOOLCHAIN_PREFIX}
79 .endif
80
81 XCOMPILERS=     CC CXX CPP
82 .for COMPILER in ${XCOMPILERS}
83 .if defined(CROSS_COMPILER_PREFIX)
84 X${COMPILER}?=  ${CROSS_COMPILER_PREFIX}${${COMPILER}}
85 .else
86 X${COMPILER}?=  ${${COMPILER}}
87 .endif
88 .endfor
89 # If a full path to an external cross compiler is given, don't build
90 # a cross compiler.
91 .if ${XCC:N${CCACHE_BIN}:M/*}
92 MK_CLANG_BOOTSTRAP=     no
93 # Make sure sub-makes see the option as disabled so the hack in bsd.sys.mk to
94 # work around incompatible headers in Clang's resource directory is enabled.
95 .MAKEOVERRIDES+=        MK_CLANG_BOOTSTRAP
96 .endif
97
98 # Pull in compiler metadata from buildworld/toolchain if possible to avoid
99 # running CC from bsd.compiler.mk.
100 .if make(installworld) || make(install) || make(distributeworld) || \
101     make(stageworld)
102 .-include "${OBJTOP}/toolchain-metadata.mk"
103 .if !defined(_LOADED_TOOLCHAIN_METADATA)
104 .error A build is required first.  You may have the wrong MAKEOBJDIRPREFIX set.
105 .endif
106 .endif
107
108 # Pull in COMPILER_TYPE and COMPILER_FREEBSD_VERSION early. Pull it from the
109 # tree to be friendlier to foreign OS builds. It's safe to do so unconditionally
110 # here since we will always have the right make, unlike in src/Makefile
111 # Don't include bsd.linker.mk yet until XBINUTILS is handled (after src.opts.mk)
112 _NO_INCLUDE_LINKERMK=   t
113 # We also want the X_COMPILER* variables if we are using an external toolchain.
114 _WANT_TOOLCHAIN_CROSS_VARS=     t
115 .include "share/mk/bsd.compiler.mk"
116 .undef _NO_INCLUDE_LINKERMK
117 .undef _WANT_TOOLCHAIN_CROSS_VARS
118 # src.opts.mk depends on COMPILER_FEATURES
119 .include "share/mk/src.opts.mk"
120
121 .if ${TARGET} == ${MACHINE}
122 TARGET_CPUTYPE?=${CPUTYPE}
123 .else
124 TARGET_CPUTYPE?=
125 .endif
126 .if !empty(TARGET_CPUTYPE)
127 _TARGET_CPUTYPE=${TARGET_CPUTYPE}
128 .else
129 _TARGET_CPUTYPE=dummy
130 .endif
131 .if ${TARGET} == "arm"
132 .if ${TARGET_ARCH:Marmv[67]*} != "" && ${TARGET_CPUTYPE:M*soft*} == ""
133 TARGET_TRIPLE_ABI=      gnueabihf
134 .else
135 TARGET_TRIPLE_ABI=      gnueabi
136 .endif
137 .endif
138 MACHINE_TRIPLE_ABI?=    unknown
139 MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/}-${MACHINE_TRIPLE_ABI}-freebsd${OS_REVISION}
140 TARGET_TRIPLE_ABI?=     unknown
141 TARGET_TRIPLE?= ${TARGET_ARCH:S/amd64/x86_64/}-${TARGET_TRIPLE_ABI}-freebsd${OS_REVISION}
142 KNOWN_ARCHES?=  aarch64/arm64 \
143                 amd64 \
144                 armv6/arm \
145                 armv7/arm \
146                 i386 \
147                 powerpc \
148                 powerpc64/powerpc \
149                 powerpc64le/powerpc \
150                 powerpcspe/powerpc \
151                 riscv64/riscv
152
153 .if ${TARGET} == ${TARGET_ARCH}
154 _t=             ${TARGET}
155 .else
156 _t=             ${TARGET_ARCH}/${TARGET}
157 .endif
158 .for _t in ${_t}
159 .if empty(KNOWN_ARCHES:M${_t})
160 .error Unknown target ${TARGET_ARCH}:${TARGET}.
161 .endif
162 .endfor
163
164 .if ${TARGET_ARCH} == "amd64"
165 LIBCOMPAT_INCLUDE_DIRS+= i386
166 .elif ${TARGET_ARCH} == "aarch64"
167 LIBCOMPAT_INCLUDE_DIRS+= arm
168 .endif
169
170 .if ${.MAKE.OS} != "FreeBSD"
171 CROSSBUILD_HOST=${.MAKE.OS}
172 .if ${.MAKE.OS} != "Linux" && ${.MAKE.OS} != "Darwin"
173 .warning Unsupported crossbuild system: ${.MAKE.OS}. Build will probably fail!
174 .endif
175 # We need to force NO_ROOT/DB_FROM_SRC builds when building on other operating
176 # systems since the BSD.foo.dist specs contain users and groups that do not
177 # exist by default on a Linux/MacOS system.
178 NO_ROOT:=       1
179 DB_FROM_SRC:=   1
180 .export NO_ROOT
181 .endif
182
183 # If all targets are disabled for system llvm then don't expect it to work
184 # for cross-builds.
185 .if !defined(TOOLS_PREFIX) && ${MK_LLVM_TARGET_ALL} == "no" && \
186     ${MACHINE} != ${TARGET} && ${MACHINE_ARCH} != ${TARGET_ARCH} && \
187     !make(showconfig)
188 MK_SYSTEM_COMPILER=     no
189 MK_SYSTEM_LINKER=       no
190 .endif
191
192 # Handle external binutils.
193 .if defined(CROSS_TOOLCHAIN_PREFIX)
194 CROSS_BINUTILS_PREFIX?=${CROSS_TOOLCHAIN_PREFIX}
195 .endif
196 XBINUTILS=      AS AR ELFCTL LD NM OBJCOPY RANLIB SIZE STRINGS STRIPBIN
197 .for BINUTIL in ${XBINUTILS}
198 .if defined(CROSS_BINUTILS_PREFIX) && \
199     exists(${CROSS_BINUTILS_PREFIX}/${${BINUTIL}})
200 X${BINUTIL}?=   ${CROSS_BINUTILS_PREFIX:C,/*$,,}/${${BINUTIL}}
201 .else
202 X${BINUTIL}?=   ${${BINUTIL}}
203 .endif
204 .endfor
205
206 # If a full path to an external linker is given, don't build lld.
207 .if ${XLD:M/*}
208 MK_LLD_BOOTSTRAP=       no
209 .endif
210
211 # We also want the X_LINKER* variables if we are using an external toolchain.
212 _WANT_TOOLCHAIN_CROSS_VARS=     t
213 .include "share/mk/bsd.linker.mk"
214 .undef _WANT_TOOLCHAIN_CROSS_VARS
215
216 # Begin WITH_SYSTEM_COMPILER / WITH_SYSTEM_LD
217
218 # WITH_SYSTEM_COMPILER - Pull in needed values and make a decision.
219
220 # Check if there is a local compiler that can satisfy as an external compiler.
221 # Which compiler is expected to be used?
222 .if ${MK_CLANG_BOOTSTRAP} == "yes"
223 WANT_COMPILER_TYPE=     clang
224 .else
225 WANT_COMPILER_TYPE=
226 .endif
227
228 .if !defined(WANT_COMPILER_FREEBSD_VERSION) && !make(showconfig) && \
229     !make(test-system-linker)
230 .if ${WANT_COMPILER_TYPE} == "clang"
231 WANT_COMPILER_FREEBSD_VERSION_FILE= lib/clang/freebsd_cc_version.h
232 WANT_COMPILER_FREEBSD_VERSION!= \
233         awk '$$2 == "FREEBSD_CC_VERSION" {printf("%d\n", $$3)}' \
234         ${SRCDIR}/${WANT_COMPILER_FREEBSD_VERSION_FILE} || echo unknown
235 WANT_COMPILER_VERSION_FILE= lib/clang/include/clang/Basic/Version.inc
236 WANT_COMPILER_VERSION!= \
237         awk '$$2 == "CLANG_VERSION" {split($$3, a, "."); print a[1] * 10000 + a[2] * 100 + a[3]}' \
238         ${SRCDIR}/${WANT_COMPILER_VERSION_FILE} || echo unknown
239 .endif
240 .export WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_VERSION
241 .endif  # !defined(WANT_COMPILER_FREEBSD_VERSION)
242
243 # It needs to be the same revision as we would build for the bootstrap.
244 # If the expected vs CC is different then we can't skip.
245 # GCC cannot be used for cross-arch yet.  For clang we pass -target later if
246 # TARGET_ARCH!=MACHINE_ARCH.
247 .if ${MK_SYSTEM_COMPILER} == "yes" && \
248     defined(WANT_COMPILER_FREEBSD_VERSION) && \
249     ${MK_CLANG_BOOTSTRAP} == "yes" && \
250     !make(xdev*) && \
251     ${X_COMPILER_TYPE} == ${WANT_COMPILER_TYPE} && \
252     (${X_COMPILER_TYPE} == "clang" || ${TARGET_ARCH} == ${MACHINE_ARCH}) && \
253     ${X_COMPILER_VERSION} == ${WANT_COMPILER_VERSION} && \
254     ${X_COMPILER_FREEBSD_VERSION} == ${WANT_COMPILER_FREEBSD_VERSION}
255 # Everything matches, disable the bootstrap compiler.
256 MK_CLANG_BOOTSTRAP=     no
257 USING_SYSTEM_COMPILER=  yes
258 .endif  # ${WANT_COMPILER_TYPE} == ${COMPILER_TYPE}
259
260 # WITH_SYSTEM_LD - Pull in needed values and make a decision.
261
262 # Check if there is a local linker that can satisfy as an external linker.
263 # Which linker is expected to be used?
264 .if ${MK_LLD_BOOTSTRAP} == "yes"
265 WANT_LINKER_TYPE=               lld
266 .else
267 WANT_LINKER_TYPE=
268 .endif
269
270 .if !defined(WANT_LINKER_FREEBSD_VERSION) && !make(showconfig) && \
271     !make(test-system-compiler)
272 .if ${WANT_LINKER_TYPE} == "lld"
273 WANT_LINKER_FREEBSD_VERSION_FILE= lib/clang/include/lld/Common/Version.inc
274 WANT_LINKER_FREEBSD_VERSION!= \
275         awk '$$2 == "LLD_FREEBSD_VERSION" {print $$3}' \
276         ${SRCDIR}/${WANT_LINKER_FREEBSD_VERSION_FILE} || echo unknown
277 WANT_LINKER_VERSION_FILE= lib/clang/include/lld/Common/Version.inc
278 WANT_LINKER_VERSION!= \
279         awk '$$2 == "LLD_VERSION_STRING" {gsub("\"", "", $$3); split($$3, a, "."); print a[1] * 10000 + a[2] * 100 + a[3]}' \
280         ${SRCDIR}/${WANT_LINKER_VERSION_FILE} || echo unknown
281 .else
282 WANT_LINKER_FREEBSD_VERSION_FILE=
283 WANT_LINKER_FREEBSD_VERSION=
284 .endif
285 .export WANT_LINKER_FREEBSD_VERSION WANT_LINKER_VERSION
286 .endif  # !defined(WANT_LINKER_FREEBSD_VERSION)
287
288 .if ${MK_SYSTEM_LINKER} == "yes" && \
289     defined(WANT_LINKER_FREEBSD_VERSION) && \
290     (${MK_LLD_BOOTSTRAP} == "yes") && \
291     !make(xdev*) && \
292     ${X_LINKER_TYPE} == ${WANT_LINKER_TYPE} && \
293     ${X_LINKER_VERSION} == ${WANT_LINKER_VERSION} && \
294     ${X_LINKER_FREEBSD_VERSION} == ${WANT_LINKER_FREEBSD_VERSION}
295 # Everything matches, disable the bootstrap linker.
296 MK_LLD_BOOTSTRAP=       no
297 USING_SYSTEM_LINKER=    yes
298 .endif  # ${WANT_LINKER_TYPE} == ${LINKER_TYPE}
299
300 # WITH_SYSTEM_COMPILER / WITH_SYSTEM_LINKER - Handle defaults and debug.
301 USING_SYSTEM_COMPILER?= no
302 USING_SYSTEM_LINKER?=   no
303
304 TEST_SYSTEM_COMPILER_VARS= \
305         USING_SYSTEM_COMPILER MK_SYSTEM_COMPILER \
306         MK_CROSS_COMPILER MK_CLANG_BOOTSTRAP \
307         WANT_COMPILER_TYPE WANT_COMPILER_VERSION WANT_COMPILER_VERSION_FILE \
308         WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_FREEBSD_VERSION_FILE \
309         CC COMPILER_TYPE COMPILER_FEATURES COMPILER_VERSION \
310         COMPILER_FREEBSD_VERSION \
311         XCC X_COMPILER_TYPE X_COMPILER_FEATURES X_COMPILER_VERSION \
312         X_COMPILER_FREEBSD_VERSION
313 TEST_SYSTEM_LINKER_VARS= \
314         USING_SYSTEM_LINKER MK_SYSTEM_LINKER \
315         MK_LLD_BOOTSTRAP \
316         WANT_LINKER_TYPE WANT_LINKER_VERSION WANT_LINKER_VERSION_FILE \
317         WANT_LINKER_FREEBSD_VERSION WANT_LINKER_FREEBSD_VERSION_FILE \
318         LD LINKER_TYPE LINKER_FEATURES LINKER_VERSION \
319         LINKER_FREEBSD_VERSION \
320         XLD X_LINKER_TYPE X_LINKER_FEATURES X_LINKER_VERSION \
321         X_LINKER_FREEBSD_VERSION
322
323 .for _t in compiler linker
324 test-system-${_t}: .PHONY
325 .for v in ${TEST_SYSTEM_${_t:tu}_VARS}
326         ${_+_}@printf "%-35s= %s\n" "${v}" "${${v}}"
327 .endfor
328 .endfor
329 .if (make(buildworld) || make(buildkernel) || make(kernel-toolchain) || \
330     make(toolchain) || make(_cross-tools))
331 .if ${USING_SYSTEM_COMPILER} == "yes"
332 .info SYSTEM_COMPILER: Determined that CC=${CC} matches the source tree.  Not bootstrapping a cross-compiler.
333 .elif ${MK_CLANG_BOOTSTRAP} == "yes"
334 .info SYSTEM_COMPILER: libclang will be built for bootstrapping a cross-compiler.
335 .endif
336 .if ${USING_SYSTEM_LINKER} == "yes"
337 .info SYSTEM_LINKER: Determined that LD=${LD} matches the source tree.  Not bootstrapping a cross-linker.
338 .elif ${MK_LLD_BOOTSTRAP} == "yes"
339 .info SYSTEM_LINKER: libclang will be built for bootstrapping a cross-linker.
340 .endif
341 .endif
342
343 # End WITH_SYSTEM_COMPILER / WITH_SYSTEM_LD
344
345 # Store some compiler metadata for use in installworld where we don't
346 # want to invoke CC at all.
347 _TOOLCHAIN_METADATA_VARS=       COMPILER_VERSION \
348                                 COMPILER_TYPE \
349                                 COMPILER_FEATURES \
350                                 COMPILER_FREEBSD_VERSION \
351                                 COMPILER_RESOURCE_DIR \
352                                 LINKER_VERSION \
353                                 LINKER_FEATURES \
354                                 LINKER_TYPE \
355                                 LINKER_FREEBSD_VERSION
356 toolchain-metadata.mk: .PHONY .META
357         @: > ${.TARGET}
358         @echo ".info Using cached toolchain metadata from build at $$(hostname) on $$(date)" \
359             > ${.TARGET}
360         @echo "_LOADED_TOOLCHAIN_METADATA=t" >> ${.TARGET}
361 .for v in ${_TOOLCHAIN_METADATA_VARS}
362         @echo "${v}=${${v}}" >> ${.TARGET}
363         @echo "X_${v}=${X_${v}}" >> ${.TARGET}
364 .endfor
365         @echo ".export ${_TOOLCHAIN_METADATA_VARS}" >> ${.TARGET}
366         @echo ".export ${_TOOLCHAIN_METADATA_VARS:C,^,X_,}" >> ${.TARGET}
367
368
369 # We must do lib/ and libexec/ before bin/ in case of a mid-install error to
370 # keep the users system reasonably usable.  For static->dynamic root upgrades,
371 # we don't want to install a dynamic binary without rtld and the needed
372 # libraries.  More commonly, for dynamic root, we don't want to install a
373 # binary that requires a newer library version that hasn't been installed yet.
374 # This ordering is not a guarantee though.  The only guarantee of a working
375 # system here would require fine-grained ordering of all components based
376 # on their dependencies.
377 .if !empty(SUBDIR_OVERRIDE)
378 SUBDIR= ${SUBDIR_OVERRIDE}
379 .else
380 SUBDIR= lib libexec
381 # Add LOCAL_LIB_DIRS, but only if they will not be picked up as a SUBDIR
382 # of a LOCAL_DIRS directory.  This allows LOCAL_DIRS=foo and
383 # LOCAL_LIB_DIRS=foo/lib to behave as expected.
384 .for _DIR in ${LOCAL_DIRS:M*/} ${LOCAL_DIRS:N*/:S|$|/|}
385 _REDUNDANT_LIB_DIRS+=    ${LOCAL_LIB_DIRS:M${_DIR}*}
386 .endfor
387 .for _DIR in ${LOCAL_LIB_DIRS}
388 .if ${_DIR} == ".WAIT" || (empty(_REDUNDANT_LIB_DIRS:M${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile))
389 SUBDIR+=        ${_DIR}
390 .endif
391 .endfor
392 .if !defined(NO_ROOT) && (make(installworld) || make(install))
393 # Ensure libraries are installed before progressing.
394 SUBDIR+=.WAIT
395 .endif
396 SUBDIR+=bin
397 .if ${MK_CDDL} != "no"
398 SUBDIR+=cddl
399 .endif
400 SUBDIR+=gnu include
401 .if ${MK_KERBEROS} != "no"
402 SUBDIR+=kerberos5
403 .endif
404 .if ${MK_RESCUE} != "no"
405 SUBDIR+=rescue
406 .endif
407 SUBDIR+=sbin
408 .if ${MK_CRYPT} != "no"
409 SUBDIR+=secure
410 .endif
411 .if !defined(NO_SHARE)
412 SUBDIR+=share
413 .endif
414 .if ${MK_BOOT} != "no"
415 SUBDIR+=stand
416 .endif
417 SUBDIR+=sys usr.bin usr.sbin
418 .if ${MK_TESTS} != "no"
419 SUBDIR+=        tests
420 .endif
421
422 # Local directories are built in parallel with the base system directories.
423 # Users may insert a .WAIT directive at the beginning or elsewhere within
424 # the LOCAL_DIRS and LOCAL_LIB_DIRS lists as needed.
425 .for _DIR in ${LOCAL_DIRS}
426 .if ${_DIR} == ".WAIT" || exists(${.CURDIR}/${_DIR}/Makefile)
427 SUBDIR+=        ${_DIR}
428 .endif
429 .endfor
430
431 # We must do etc/ last as it hooks into building the man whatis file
432 # by calling 'makedb' in share/man.  This is only relevant for
433 # install/distribute so they build the whatis file after every manpage is
434 # installed.
435 .if make(installworld) || make(install)
436 SUBDIR+=.WAIT
437 .endif
438 SUBDIR+=etc
439
440 .endif  # !empty(SUBDIR_OVERRIDE)
441
442 .if defined(NOCLEAN)
443 .warning The src.conf WITHOUT_CLEAN option can now be used instead of NOCLEAN.
444 MK_CLEAN:=      no
445 .endif
446 .if defined(NO_CLEAN)
447 .info The src.conf WITHOUT_CLEAN option can now be used instead of NO_CLEAN.
448 MK_CLEAN:=      no
449 .endif
450 .if defined(NO_CLEANDIR)
451 CLEANDIR=       clean cleandepend
452 .else
453 CLEANDIR=       cleandir
454 .endif
455
456 .if defined(WORLDFAST)
457 MK_CLEAN:=      no
458 NO_OBJWALK=     t
459 .endif
460
461 .if ${MK_META_MODE} == "yes"
462 # If filemon is used then we can rely on the build being incremental-safe.
463 # The .meta files will also track the build command and rebuild should
464 # it change.
465 .if empty(.MAKE.MODE:Mnofilemon)
466 MK_CLEAN:=      no
467 .endif
468 .endif
469 .if defined(NO_OBJWALK) || ${MK_AUTO_OBJ} == "yes"
470 NO_OBJWALK=     t
471 NO_KERNELOBJ=   t
472 .endif
473 .if !defined(NO_OBJWALK)
474 _obj=           obj
475 .endif
476
477 LOCAL_TOOL_DIRS?=
478 PACKAGEDIR?=    ${DESTDIR}/${DISTDIR}
479
480 .if empty(SHELL:M*csh*)
481 BUILDENV_SHELL?=${SHELL}
482 .else
483 BUILDENV_SHELL?=/bin/sh
484 .endif
485
486 .if !defined(_MKSHOWCONFIG)
487 .if !defined(VCS_REVISION) || empty(VCS_REVISION)
488 .if !defined(SVNVERSION_CMD) || empty(SVNVERSION_CMD)
489 . for _D in ${PATH:S,:, ,g}
490 .  if exists(${_D}/svnversion)
491 SVNVERSION_CMD?=${_D}/svnversion
492 .  endif
493 .  if exists(${_D}/svnliteversion)
494 SVNVERSION_CMD?=${_D}/svnliteversion
495 .  endif
496 . endfor
497 .endif
498 .if defined(SVNVERSION_CMD) && !empty(SVNVERSION_CMD)
499 _VCS_REVISION?= $$(eval ${SVNVERSION_CMD} ${SRCDIR})
500 . if !empty(_VCS_REVISION)
501 VCS_REVISION=   $$(echo r${_VCS_REVISION})
502 .export VCS_REVISION
503 . endif
504 .endif
505 .endif
506
507 .if !defined(GIT_CMD) || empty(GIT_CMD)
508 . for _P in /usr/bin /usr/local/bin
509 .  if exists(${_P}/git)
510 GIT_CMD=   ${_P}/git
511 .  endif
512 . endfor
513 .export GIT_CMD
514 .endif
515
516 .if !defined(OSRELDATE)
517 .if exists(/usr/include/osreldate.h)
518 OSRELDATE!=     awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
519                 /usr/include/osreldate.h
520 .else
521 OSRELDATE=      0
522 .endif
523 .export OSRELDATE
524 .endif
525
526 # Set VERSION for CTFMERGE to use via the default CTFFLAGS=-L VERSION.
527 .for _V in BRANCH REVISION TYPE
528 .if !defined(_${_V})
529 _${_V}!=        eval $$(awk '/^${_V}=/{print}' ${SRCTOP}/sys/conf/newvers.sh); echo $$${_V}
530 .export _${_V}
531 .endif
532 .endfor
533 .if !defined(SRCRELDATE)
534 SRCRELDATE!=    awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
535                 ${SRCDIR}/sys/sys/param.h
536 .export SRCRELDATE
537 .endif
538 .if !defined(VERSION)
539 VERSION=        FreeBSD ${_REVISION}-${_BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
540 .export VERSION
541 .endif
542 MAJOR_REVISION= ${_REVISION:R}
543
544 .if !defined(PKG_VERSION)
545 _STRTIMENOW=    %Y%m%d%H%M%S
546 _TIMENOW=       ${_STRTIMENOW:gmtime}
547 .if ${_BRANCH:MCURRENT*} || ${_BRANCH:MSTABLE*} || ${_BRANCH:MPRERELEASE*}
548 EXTRA_REVISION= .snap${_TIMENOW}
549 .elif ${_BRANCH:MALPHA*}
550 EXTRA_REVISION= .a${_BRANCH:C/ALPHA([0-9]+).*/\1/}.${_TIMENOW}
551 .elif ${_BRANCH:MBETA*}
552 EXTRA_REVISION= .b${_BRANCH:C/BETA([0-9]+).*/\1/}.${_TIMENOW}
553 .elif ${_BRANCH:MRC*}
554 EXTRA_REVISION= .rc${_BRANCH:C/RC([0-9]+).*/\1/}.${_TIMENOW}
555 .elif ${_BRANCH:M*-p*}
556 EXTRA_REVISION= p${_BRANCH:C/.*-p([0-9]+$)/\1/}
557 .endif
558 PKG_VERSION:=   ${MAJOR_REVISION}${EXTRA_REVISION:C/[[:space:]]//g}
559 .endif
560 .endif  # !defined(PKG_VERSION)
561
562 .if !defined(PKG_TIMESTAMP)
563 TIMEEPOCHNOW=           %s
564 SOURCE_DATE_EPOCH=      ${TIMEEPOCHNOW:gmtime}
565 .else
566 SOURCE_DATE_EPOCH=      ${PKG_TIMESTAMP}
567 .endif
568
569 PKG_NAME_PREFIX?=       FreeBSD
570 PKG_MAINTAINER?=        re@FreeBSD.org
571 PKG_WWW?=               https://www.FreeBSD.org
572 .export PKG_NAME_PREFIX
573 .export PKG_MAINTAINER
574 .export PKG_WWW
575
576 .if !defined(_MKSHOWCONFIG)
577 _CPUTYPE!=      MAKEFLAGS= CPUTYPE=${_TARGET_CPUTYPE} ${MAKE} -f /dev/null \
578                 -m ${.CURDIR}/share/mk MK_AUTO_OBJ=no -V CPUTYPE
579 .if ${_CPUTYPE} != ${_TARGET_CPUTYPE}
580 .error CPUTYPE global should be set with ?=.
581 .endif
582 .endif
583 .if make(buildworld)
584 BUILD_ARCH!=    uname -p
585 # On some Linux systems uname -p returns "unknown" so skip this check there.
586 # This check only exists to tell people to use TARGET_ARCH instead of
587 # MACHINE_ARCH so skipping it when crossbuilding on non-FreeBSD should be fine.
588 .if ${MACHINE_ARCH} != ${BUILD_ARCH} && ${.MAKE.OS} == "FreeBSD"
589 .error To cross-build, set TARGET_ARCH.
590 .endif
591 .endif
592 WORLDTMP?=      ${OBJTOP}/tmp
593 BPATH=          ${CCACHE_WRAPPER_PATH_PFX}${WORLDTMP}/legacy/usr/sbin:${WORLDTMP}/legacy/usr/bin:${WORLDTMP}/legacy/bin:${WORLDTMP}/legacy/usr/libexec
594 XPATH=          ${WORLDTMP}/bin:${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin
595
596 # When building we want to find the cross tools before the host tools in ${BPATH}.
597 # We also need to add UNIVERSE_TOOLCHAIN_PATH so that we can find the shared
598 # toolchain files (clang, lld, etc.) during make universe/tinderbox
599 STRICTTMPPATH=  ${XPATH}:${BPATH}:${UNIVERSE_TOOLCHAIN_PATH}
600 # We should not be using tools from /usr/bin accidentally since this could cause
601 # the build to break on other systems that don't have that tool. For now we
602 # still allow using the old behaviour (inheriting $PATH) if
603 # BUILD_WITH_STRICT_TMPPATH is set to 0 but this will eventually be removed.
604
605 # Currently strict $PATH can cause build failures. Once the remaining issues
606 # have been resolved it will be turned on by default.
607 BUILD_WITH_STRICT_TMPPATH?=0
608 .if defined(CROSSBUILD_HOST)
609 # When building on non-FreeBSD we can't rely on the tools in /usr/bin being compatible
610 # with what FreeBSD expects. Therefore we only use tools from STRICTTMPPATH
611 # during the world build stage. We build most tools during the bootstrap-tools
612 # phase but symlink host tools that are known to work instead of building them
613 BUILD_WITH_STRICT_TMPPATH:=1
614 .endif
615 .if ${BUILD_WITH_STRICT_TMPPATH} != 0
616 TMPPATH=        ${STRICTTMPPATH}
617 .else
618 TMPPATH=        ${STRICTTMPPATH}:${PATH}
619 .endif
620
621 #
622 # Avoid running mktemp(1) unless actually needed.
623 # It may not be functional, e.g., due to new ABI
624 # when in the middle of installing over this system.
625 #
626 .if make(distributeworld) || make(installworld) || make(stageworld)
627 .if ${BUILD_WITH_STRICT_TMPPATH} != 0
628 MKTEMP=${WORLDTMP}/legacy/usr/bin/mktemp
629 .if !exists(${MKTEMP})
630 .error mktemp binary doesn't exist in expected location: ${MKTEMP}
631 .endif
632 .else
633 MKTEMP=mktemp
634 .endif
635 INSTALLTMP!=    ${MKTEMP} -d -u -t install
636
637 .if ${.MAKE.OS} == "FreeBSD"
638 # When building on FreeBSD we always copy the host tools instead of linking
639 # into INSTALLTMP to avoid issues with incompatible libraries (see r364030).
640 # Note: we could create links if we don't intend to update the current machine.
641 INSTALLTMP_COPY_HOST_TOOL=cp
642 .else
643 # However, this is not necessary on Linux/macOS. Additionally, copying the host
644 # tools to another directory with cp results in AMFI Launch Constraint
645 # Violations on macOS Ventura as part of its System Integrity Protection.
646 INSTALLTMP_COPY_HOST_TOOL=ln -s
647 .endif
648 .endif
649
650 .if make(stagekernel) || make(distributekernel)
651 TAGS+=          kernel
652 PACKAGE=        kernel
653 .endif
654
655 #
656 # Building a world goes through the following stages
657 #
658 # 1. legacy stage [BMAKE]
659 #       This stage is responsible for creating compatibility
660 #       shims that are needed by the bootstrap-tools,
661 #       build-tools and cross-tools stages. These are generally
662 #       APIs that tools from one of those three stages need to
663 #       build that aren't present on the host.
664 # 1. bootstrap-tools stage [BMAKE]
665 #       This stage is responsible for creating programs that
666 #       are needed for backward compatibility reasons. They
667 #       are not built as cross-tools.
668 # 2. build-tools stage [TMAKE]
669 #       This stage is responsible for creating the object
670 #       tree and building any tools that are needed during
671 #       the build process. Some programs are listed during
672 #       this phase because they build binaries to generate
673 #       files needed to build these programs. This stage also
674 #       builds the 'build-tools' target rather than 'all'.
675 # 3. cross-tools stage [XMAKE]
676 #       This stage is responsible for creating any tools that
677 #       are needed for building the system. A cross-compiler is one
678 #       of them. This differs from build tools in two ways:
679 #       1. the 'all' target is built rather than 'build-tools'
680 #       2. these tools are installed into TMPPATH for stage 4.
681 # 4. world stage [WMAKE]
682 #       This stage actually builds the world.
683 # 5. install stage (optional) [IMAKE]
684 #       This stage installs a previously built world.
685 #
686
687 BOOTSTRAPPING?= 0
688 # Keep these in sync
689 MINIMUM_SUPPORTED_OSREL?= 1104001
690 MINIMUM_SUPPORTED_REL?= 11.4
691
692 # Common environment for world related stages
693 CROSSENV+=      \
694                 MACHINE_ARCH=${TARGET_ARCH} \
695                 MACHINE=${TARGET} \
696                 CPUTYPE=${TARGET_CPUTYPE}
697 .if ${MK_META_MODE} != "no"
698 # Don't rebuild build-tools targets during normal build.
699 CROSSENV+=      BUILD_TOOLS_META=.NOMETA
700 .endif
701 .if defined(TARGET_CFLAGS)
702 CROSSENV+=      ${TARGET_CFLAGS}
703 .endif
704 .if (${TARGET} != ${MACHINE} && !defined(WITH_LOCAL_MODULES)) || \
705     defined(WITHOUT_LOCAL_MODULES)
706 CROSSENV+=      LOCAL_MODULES=
707 .endif
708
709 BOOTSTRAPPING_OSRELDATE?=${OSRELDATE}
710
711 # bootstrap-tools stage
712 BMAKEENV=       INSTALL="sh ${.CURDIR}/tools/install.sh" \
713                 TOOLS_PREFIX=${TOOLS_PREFIX_UNDEF:U${WORLDTMP}} \
714                 PATH=${BPATH:Q}:${PATH:Q} \
715                 WORLDTMP=${WORLDTMP} \
716                 MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}"
717 # need to keep this in sync with targets/pseudo/bootstrap-tools/Makefile
718 BSARGS=         DESTDIR= \
719                 OBJTOP='${WORLDTMP}/obj-tools' \
720                 OBJROOT='$${OBJTOP}/' \
721                 MAKEOBJDIRPREFIX= \
722                 BOOTSTRAPPING=${BOOTSTRAPPING_OSRELDATE} \
723                 BWPHASE=${.TARGET:C,^_,,} \
724                 -DNO_CPU_CFLAGS \
725                 -DNO_LINT \
726                 -DNO_PIC \
727                 -DNO_SHARED \
728                 MK_ASAN=no \
729                 MK_CTF=no \
730                 MK_CLANG_EXTRAS=no \
731                 MK_CLANG_FORMAT=no \
732                 MK_CLANG_FULL=no \
733                 MK_HTML=no \
734                 MK_MAN=no \
735                 MK_PROFILE=no \
736                 MK_RETPOLINE=no \
737                 MK_SSP=no \
738                 MK_TESTS=no \
739                 MK_UBSAN=no \
740                 MK_WERROR=no \
741                 MK_INCLUDES=yes \
742                 MK_MAN_UTILS=yes
743
744 BMAKE=          \
745                 ${TIME_ENV} ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
746                 ${BSARGS}
747 .if empty(.MAKEOVERRIDES:MMK_LLVM_TARGET_ALL)
748 BMAKE+=         MK_LLVM_TARGET_ALL=no
749 .endif
750
751 # build-tools stage
752 TMAKE=          \
753                 ${TIME_ENV} ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
754                 TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
755                 DESTDIR= \
756                 BOOTSTRAPPING=${BOOTSTRAPPING_OSRELDATE} \
757                 BWPHASE=${.TARGET:C,^_,,} \
758                 -DNO_CPU_CFLAGS \
759                 -DNO_LINT \
760                 MK_ASAN=no \
761                 MK_CTF=no \
762                 MK_CLANG_EXTRAS=no \
763                 MK_CLANG_FORMAT=no \
764                 MK_CLANG_FULL=no \
765                 MK_LLDB=no \
766                 MK_RETPOLINE=no \
767                 MK_SSP=no \
768                 MK_TESTS=no \
769                 MK_UBSAN=no \
770                 MK_WERROR=no
771
772 # cross-tools stage
773 # TOOLS_PREFIX set in BMAKE
774 XMAKE=          ${BMAKE} \
775                 TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
776                 MK_LLDB=no \
777                 MK_LLVM_BINUTILS=no \
778                 MK_TESTS=no
779
780 # kernel-tools stage
781 KTMAKEENV=      INSTALL="sh ${.CURDIR}/tools/install.sh" \
782                 PATH=${BPATH:Q}:${PATH:Q} \
783                 WORLDTMP=${WORLDTMP} \
784                 MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}"
785
786 KTMAKE=         ${TIME_ENV} \
787                 TOOLS_PREFIX=${TOOLS_PREFIX_UNDEF:U${WORLDTMP}} \
788                 ${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
789                 DESTDIR= \
790                 OBJTOP='${WORLDTMP}/obj-kernel-tools' \
791                 OBJROOT='$${OBJTOP}/' \
792                 MAKEOBJDIRPREFIX= \
793                 BOOTSTRAPPING=${BOOTSTRAPPING_OSRELDATE} \
794                 -DNO_CPU_CFLAGS \
795                 -DNO_LINT \
796                 -DNO_PIC \
797                 -DNO_SHARED \
798                 MK_CTF=no \
799                 MK_HTML=no \
800                 MK_MAN=no \
801                 MK_PROFILE=no \
802                 MK_SSP=no \
803                 MK_RETPOLINE=no \
804                 MK_WERROR=no
805
806 # world stage
807 WMAKEENV=       ${CROSSENV} \
808                 INSTALL="${INSTALL_CMD} -U" \
809                 PATH=${TMPPATH:Q} \
810                 SYSROOT=${WORLDTMP}
811
812 # make hierarchy
813 HMAKE=          PATH=${TMPPATH:Q} ${MAKE} LOCAL_MTREE=${LOCAL_MTREE:Q}
814 .if defined(NO_ROOT)
815 HMAKE+=         PATH=${TMPPATH:Q} METALOG=${METALOG} -DNO_ROOT
816 .endif
817
818 CROSSENV+=      CC="${XCC} ${XCFLAGS}" CXX="${XCXX} ${XCXXFLAGS} ${XCFLAGS}" \
819                 CPP="${XCPP} ${XCFLAGS}" \
820                 AS="${XAS}" AR="${XAR}" ELFCTL="${XELFCTL}" LD="${XLD}" \
821                 LLVM_LINK="${XLLVM_LINK}" NM=${XNM} OBJCOPY="${XOBJCOPY}" \
822                 RANLIB=${XRANLIB} STRINGS=${XSTRINGS} \
823                 SIZE="${XSIZE}" STRIPBIN="${XSTRIPBIN}"
824
825 .if defined(CROSS_BINUTILS_PREFIX) && exists(${CROSS_BINUTILS_PREFIX})
826 # In the case of xdev-build tools, CROSS_BINUTILS_PREFIX won't be a
827 # directory, but the compiler will look in the right place for its
828 # tools so we don't need to tell it where to look.
829 BFLAGS+=        -B${CROSS_BINUTILS_PREFIX}
830 .endif
831
832
833 # The internal bootstrap compiler has a default sysroot set by TOOLS_PREFIX
834 # and target set by TARGET/TARGET_ARCH.  However, there are several needs to
835 # always pass an explicit --sysroot and -target.
836 # - External compiler needs sysroot and target flags.
837 # - External ld needs sysroot.
838 # - To be clear about the use of a sysroot when using the internal compiler.
839 # - Easier debugging.
840 # - Allowing WITH_SYSTEM_COMPILER+WITH_META_MODE to work together due to
841 #   the flip-flopping build command when sometimes using external and
842 #   sometimes using internal.
843 # - Allow using lld which has no support for default paths.
844 .if !defined(CROSS_BINUTILS_PREFIX) || !exists(${CROSS_BINUTILS_PREFIX})
845 BFLAGS+=        -B${WORLDTMP}/usr/bin
846 .endif
847 .if ${WANT_COMPILER_TYPE} == gcc || \
848     (defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
849 .elif ${WANT_COMPILER_TYPE} == clang || \
850     (defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == clang)
851 XCFLAGS+=       -target ${TARGET_TRIPLE}
852 .endif
853 XCFLAGS+=       --sysroot=${WORLDTMP}
854
855 .if !empty(BFLAGS)
856 XCFLAGS+=       ${BFLAGS}
857 .endif
858
859 .include "share/mk/bsd.compat.pre.mk"
860 .for LIBCOMPAT in ${_ALL_LIBCOMPATS}
861 .if ${MK_LIB${LIBCOMPAT}} == "yes"
862 _LIBCOMPATS+=   ${LIBCOMPAT}
863 .endif
864 .endfor
865 .include "Makefile.libcompat"
866
867 # META_MODE normally ignores host file changes since every build updates
868 # timestamps (see NO_META_IGNORE_HOST in sys.mk).  There are known times
869 # when the ABI breaks though that we want to force rebuilding WORLDTMP
870 # to get updated host tools.
871 .if ${MK_META_MODE} == "yes" && ${MK_CLEAN} == "no" && \
872     !defined(NO_META_IGNORE_HOST) && !defined(NO_META_IGNORE_HOST_HEADERS) && \
873     !defined(_MKSHOWCONFIG)
874 # r318736 - ino64 major ABI breakage
875 META_MODE_BAD_ABI_VERS+=        1200031
876
877 .if !defined(OBJDIR_HOST_OSRELDATE)
878 .if exists(${OBJTOP}/host-osreldate.h)
879 OBJDIR_HOST_OSRELDATE!= \
880     awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
881     ${OBJTOP}/host-osreldate.h
882 .elif exists(${WORLDTMP}/usr/include/osreldate.h)
883 OBJDIR_HOST_OSRELDATE=  0
884 .endif
885 .export OBJDIR_HOST_OSRELDATE
886 .endif
887
888 # Note that this logic is the opposite of normal BOOTSTRAP handling.  We want
889 # to compare the WORLDTMP's OSRELDATE to the host's OSRELDATE.  If the WORLDTMP
890 # is older than the ABI-breakage OSRELDATE of the HOST then we rebuild.
891 .if defined(OBJDIR_HOST_OSRELDATE)
892 .for _ver in ${META_MODE_BAD_ABI_VERS}
893 .if ${OSRELDATE} >= ${_ver} && ${OBJDIR_HOST_OSRELDATE} < ${_ver}
894 _meta_mode_need_rebuild=        ${_ver}
895 .endif
896 .endfor
897 .if defined(_meta_mode_need_rebuild)
898 .info META_MODE: Rebuilding host tools due to ABI breakage in __FreeBSD_version ${_meta_mode_need_rebuild}.
899 NO_META_IGNORE_HOST_HEADERS=    1
900 .export NO_META_IGNORE_HOST_HEADERS
901 .endif  # defined(_meta_mode_need_rebuild)
902 .endif  # defined(OBJDIR_HOST_OSRELDATE)
903 .endif  # ${MK_META_MODE} == "yes" && ${MK_CLEAN} == "no" ...
904 # This is only used for META_MODE+filemon to track what the oldest
905 # __FreeBSD_version is in WORLDTMP.  This purposely does NOT have
906 # a make dependency on /usr/include/osreldate.h as the file should
907 # only be copied when it is missing or meta mode determines it has changed.
908 # Since host files are normally ignored without NO_META_IGNORE_HOST
909 # the file will never be updated unless that flag is specified.  This
910 # allows tracking the oldest osreldate to force rebuilds via
911 # META_MODE_BADABI_REVS above.
912 host-osreldate.h: # DO NOT ADD /usr/include/osreldate.h here
913 .if !defined(CROSSBUILD_HOST)
914         @cp -f /usr/include/osreldate.h ${.TARGET}
915 .else
916         @echo "#ifndef __FreeBSD_version" > ${.TARGET}
917         @echo "#define __FreeBSD_version ${OSRELDATE}" >> ${.TARGET}
918         @echo "#endif" >> ${.TARGET}
919 .endif
920
921 WMAKE=          ${TIME_ENV} ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
922                 BWPHASE=${.TARGET:C,^_,,} \
923                 DESTDIR=${WORLDTMP}
924
925 IMAKEENV=       ${CROSSENV}
926 IMAKE=          ${TIME_ENV} ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
927                 ${IMAKE_INSTALL} ${IMAKE_MTREE}
928 .if empty(.MAKEFLAGS:M-n)
929 IMAKEENV+=      PATH=${STRICTTMPPATH:Q}:${INSTALLTMP:Q} \
930                 LD_LIBRARY_PATH=${INSTALLTMP:Q} \
931                 PATH_LOCALE=${INSTALLTMP}/locale
932 IMAKE+=         __MAKE_SHELL=${INSTALLTMP}/sh
933 .else
934 IMAKEENV+=      PATH=${TMPPATH:Q}:${INSTALLTMP:Q}
935 .endif
936
937 # When generating install media, do not allow user and group information from
938 # the build host to affect the contents of the distribution.
939 .if make(distributeworld) || make(distrib-dirs) || make(distribution) || \
940     make(stageworld)
941 DB_FROM_SRC=    yes
942 .endif
943
944 .if defined(DB_FROM_SRC)
945 INSTALLFLAGS+=  -N ${.CURDIR}/etc
946 MTREEFLAGS+=    -N ${.CURDIR}/etc
947 .endif
948 _INSTALL_DDIR=  ${DESTDIR}/${DISTDIR}
949 INSTALL_DDIR=   ${_INSTALL_DDIR:S://:/:g:C:/$::}
950 .if defined(NO_ROOT)
951 METALOG?=       ${DESTDIR}/${DISTDIR}/METALOG
952 METALOG:=       ${METALOG:C,//+,/,g}
953 IMAKE+=         -DNO_ROOT METALOG=${METALOG}
954 METALOG_INSTALLFLAGS=   -U -M ${METALOG} -D ${INSTALL_DDIR}
955 INSTALLFLAGS+=  ${METALOG_INSTALLFLAGS}
956 CERTCTLFLAGS=   ${METALOG_INSTALLFLAGS}
957 MTREEFLAGS+=    -W
958 .endif
959 .if defined(BUILD_PKGS)
960 INSTALLFLAGS+=  -h sha256
961 .endif
962 .if defined(DB_FROM_SRC) || defined(NO_ROOT)
963 IMAKE_INSTALL=  INSTALL="${INSTALL_CMD} ${INSTALLFLAGS}"
964 IMAKE_MTREE=    MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
965 .endif
966 .if make(distributeworld)
967 CERTCTLDESTDIR= ${DESTDIR}/${DISTDIR}
968 CERTCTLFLAGS+=  -d /base
969 .else
970 CERTCTLDESTDIR= ${DESTDIR}
971 .endif
972 CERTCTLFLAGS+=  -D "${CERTCTLDESTDIR}"
973
974 DESTDIR_MTREEFLAGS=     -deU
975 # When creating worldtmp we don't need to set the directories as owned by root
976 # so we also pass -W
977 WORLDTMP_MTREEFLAGS=    -deUW
978 .if defined(NO_ROOT)
979 # When building with -DNO_ROOT we shouldn't be changing the directories
980 # that are created by mtree to be owned by root/wheel.
981 DESTDIR_MTREEFLAGS+=    -W
982 .endif
983 .if defined(DB_FROM_SRC)
984 DISTR_MTREEFLAGS=       -N ${.CURDIR}/etc
985 .endif
986 DISTR_MTREECMD= ${MTREE_CMD}
987 .if ${BUILD_WITH_STRICT_TMPPATH} != 0
988 DISTR_MTREECMD= ${WORLDTMP}/legacy/usr/sbin/mtree
989 .endif
990 DISTR_MTREE=    ${DISTR_MTREECMD} ${DISTR_MTREEFLAGS}
991 WORLDTMP_MTREE= ${DISTR_MTREECMD} ${WORLDTMP_MTREEFLAGS}
992 DESTDIR_MTREE=  ${DISTR_MTREECMD} ${DESTDIR_MTREEFLAGS}
993
994 METALOG_SORT_CMD=       env -i LC_COLLATE=C sort
995
996 # kernel stage
997 KMAKEENV=       ${WMAKEENV:NSYSROOT=*}
998 KMAKE=          ${TIME_ENV} ${KMAKEENV} ${MAKE} ${.MAKEFLAGS} ${KERNEL_FLAGS} KERNEL=${INSTKERNNAME}
999
1000 #
1001 # buildworld
1002 #
1003 # Attempt to rebuild the entire system, with reasonable chance of
1004 # success, regardless of how old your existing system is.
1005 #
1006 _sanity_check: .PHONY .MAKE
1007 .if ${.CURDIR:C/[^,]//g} != ""
1008 #       The m4 build of sendmail files doesn't like it if ',' is used
1009 #       anywhere in the path of it's files.
1010         @echo
1011         @echo "*** Error: path to source tree contains a comma ','"
1012         @echo
1013         @false
1014 .elif ${.CURDIR:M*\:*} != ""
1015 #       Using ':' leaks into PATH and breaks finding cross-tools.
1016         @echo
1017         @echo "*** Error: path to source tree contains a colon ':'"
1018         @echo
1019         @false
1020 .endif
1021
1022 # Our current approach to dependency tracking cannot cope with certain source
1023 # tree changes, particularly with respect to removing source files and
1024 # replacing generated files.  Handle these cases here in an ad-hoc fashion.
1025 _cleanobj_fast_depend_hack: .PHONY
1026         @echo ">>> Deleting stale dependencies...";
1027         MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH} \
1028             ALL_libcompats=${_ALL_libcompats:Q} \
1029             sh ${.CURDIR}/tools/build/depend-cleanup.sh ${OBJTOP}
1030
1031 _worldtmp: .PHONY
1032         @echo
1033         @echo "--------------------------------------------------------------"
1034         @echo ">>> Rebuilding the temporary build tree"
1035         @echo "--------------------------------------------------------------"
1036 .if ${MK_CLEAN} == "yes"
1037         rm -rf ${WORLDTMP}
1038 .else
1039 # Note: for delete-old we need to set $PATH to also include the host $PATH
1040 # since otherwise a partial build with missing symlinks in ${WORLDTMP}/legacy/
1041 # will fail to run due to missing binaries. $WMAKE sets PATH to only ${TMPPATH}
1042 # so we remove that assingnment from $WMAKE and prepend the new $PATH
1043         ${_+_}@if [ -e "${WORLDTMP}" ]; then \
1044                 echo ">>> Deleting stale files in build tree..."; \
1045                 cd ${.CURDIR}; env PATH=${TMPPATH:Q}:${PATH:Q} ${WMAKE:NPATH=*} \
1046                     _NO_INCLUDE_COMPILERMK=t -DBATCH_DELETE_OLD_FILES delete-old \
1047                     delete-old-libs >/dev/null; \
1048         fi
1049         rm -rf ${WORLDTMP}/legacy/usr/include
1050 .if ${USING_SYSTEM_COMPILER} == "yes"
1051 .for cc in cc c++
1052         if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \
1053                 inum=$$(stat -f %i ${WORLDTMP}/usr/bin/${cc}); \
1054                 find ${WORLDTMP}/usr/bin -inum $${inum} -delete; \
1055         fi
1056 .endfor
1057 .endif  # ${USING_SYSTEM_COMPILER} == "yes"
1058 .if ${USING_SYSTEM_LINKER} == "yes"
1059         @rm -f ${WORLDTMP}/usr/bin/ld ${WORLDTMP}/usr/bin/ld.lld
1060 .endif  # ${USING_SYSTEM_LINKER} == "yes"
1061 .endif  # ${MK_CLEAN} == "yes"
1062         @mkdir -p ${WORLDTMP}
1063         @touch ${WORLDTMP}/${.TARGET}
1064 # We can't use mtree to create the worldtmp directories since it may not be
1065 # available on the target system (this happens e.g. when building on non-FreeBSD)
1066         ${_+_}cd ${.CURDIR}/tools/build; \
1067             ${MAKE} DIRPRFX=tools/build/ DESTDIR=${WORLDTMP}/legacy installdirs
1068 # In order to build without inheriting $PATH we need to add symlinks to the host
1069 # tools in $WORLDTMP for the tools that we don't build during bootstrap-tools
1070         ${_+_}cd ${.CURDIR}/tools/build; \
1071             ${MAKE} DIRPRFX=tools/build/ DESTDIR=${WORLDTMP}/legacy host-symlinks
1072
1073 _legacy:
1074         @echo
1075         @echo "--------------------------------------------------------------"
1076         @echo ">>> stage 1.1: legacy release compatibility shims"
1077         @echo "--------------------------------------------------------------"
1078         ${_+_}cd ${.CURDIR}; ${BMAKE} legacy
1079 _bootstrap-tools:
1080         @echo
1081         @echo "--------------------------------------------------------------"
1082         @echo ">>> stage 1.2: bootstrap tools"
1083         @echo "--------------------------------------------------------------"
1084 .if ${MK_CLEAN} != "yes"
1085         ${_+_}cd ${.CURDIR}; ${BMAKE} _NO_INCLUDE_COMPILERMK=t _cleanobj_fast_depend_hack
1086 .endif
1087         ${_+_}cd ${.CURDIR}; ${BMAKE} bootstrap-tools
1088         mkdir -p ${WORLDTMP}/usr ${WORLDTMP}/lib/geom ${WORLDTMP}/bin
1089         ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
1090             -p ${WORLDTMP}/usr >/dev/null
1091         ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
1092             -p ${WORLDTMP}/usr/include >/dev/null
1093 .for d in ${LIBCOMPAT_INCLUDE_DIRS}
1094         mkdir -p ${WORLDTMP}/usr/include/${d}
1095 .endfor
1096         ln -sf ${.CURDIR}/sys ${WORLDTMP}
1097 .if ${MK_DEBUG_FILES} != "no"
1098         ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
1099             -p ${WORLDTMP}/usr/lib >/dev/null
1100 .endif
1101 .for _mtree in ${LOCAL_MTREE}
1102         ${WORLDTMP_MTREE} -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null
1103 .endfor
1104 _cleanobj:
1105 .if ${MK_CLEAN} == "yes"
1106         @echo
1107         @echo "--------------------------------------------------------------"
1108         @echo ">>> stage 2.1: cleaning up the object tree"
1109         @echo "--------------------------------------------------------------"
1110         # Avoid including bsd.compiler.mk in clean and obj with _NO_INCLUDE_COMPILERMK
1111         # since the restricted $PATH might not contain a valid cc binary
1112         ${_+_}cd ${.CURDIR}; ${WMAKE} _NO_INCLUDE_COMPILERMK=t ${CLEANDIR}
1113 .for LIBCOMPAT in ${_LIBCOMPATS}
1114         ${_+_}cd ${.CURDIR}; ${LIB${LIBCOMPAT}WMAKE} _NO_INCLUDE_COMPILERMK=t -f Makefile.inc1 ${CLEANDIR}
1115 .endfor
1116 .else
1117         ${_+_}cd ${.CURDIR}; ${WMAKE} _NO_INCLUDE_COMPILERMK=t _cleanobj_fast_depend_hack
1118 .endif  # ${MK_CLEAN} == "yes"
1119 _obj:
1120         @echo
1121         @echo "--------------------------------------------------------------"
1122         @echo ">>> stage 2.2: rebuilding the object tree"
1123         @echo "--------------------------------------------------------------"
1124         ${_+_}cd ${.CURDIR}; ${WMAKE} _NO_INCLUDE_COMPILERMK=t obj
1125 _build-tools:
1126         @echo
1127         @echo "--------------------------------------------------------------"
1128         @echo ">>> stage 2.3: build tools"
1129         @echo "--------------------------------------------------------------"
1130         ${_+_}cd ${.CURDIR}; ${TMAKE} build-tools
1131 _cross-tools:
1132         @echo
1133         @echo "--------------------------------------------------------------"
1134         @echo ">>> stage 3: cross tools"
1135         @echo "--------------------------------------------------------------"
1136         @rm -f ${OBJTOP}/toolchain-metadata.mk
1137         ${_+_}cd ${.CURDIR}; ${XMAKE} cross-tools
1138         ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools
1139 _build-metadata:
1140         @echo
1141         @echo "--------------------------------------------------------------"
1142         @echo ">>> stage 3.1: recording build metadata"
1143         @echo "--------------------------------------------------------------"
1144         ${_+_}cd ${.CURDIR}; ${WMAKE} toolchain-metadata.mk
1145         ${_+_}cd ${.CURDIR}; ${WMAKE} host-osreldate.h
1146 _includes:
1147         @echo
1148         @echo "--------------------------------------------------------------"
1149         @echo ">>> stage 4.1: building includes"
1150         @echo "--------------------------------------------------------------"
1151 # Special handling for SUBDIR_OVERRIDE in buildworld as they most likely need
1152 # headers from default SUBDIR.  Do SUBDIR_OVERRIDE includes last.
1153         ${_+_}cd ${.CURDIR}; ${WMAKE} SUBDIR_OVERRIDE= SHARED=symlinks \
1154             MK_INCLUDES=yes includes
1155 .if !empty(SUBDIR_OVERRIDE) && make(buildworld)
1156         ${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes
1157 .endif
1158         ${_+_}cd ${.CURDIR};  ${WMAKE} test-includes
1159 _libraries:
1160         @echo
1161         @echo "--------------------------------------------------------------"
1162         @echo ">>> stage 4.2: building libraries"
1163         @echo "--------------------------------------------------------------"
1164         ${_+_}cd ${.CURDIR}; \
1165             ${WMAKE} -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no \
1166             MK_PROFILE=no MK_TESTS=no MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} \
1167             libraries
1168 everything: .PHONY
1169         @echo
1170         @echo "--------------------------------------------------------------"
1171         @echo ">>> stage 4.4: building everything"
1172         @echo "--------------------------------------------------------------"
1173         ${_+_}cd ${.CURDIR}; _PARALLEL_SUBDIR_OK=1 ${WMAKE} all
1174
1175 WMAKE_TGTS=
1176 .if !defined(WORLDFAST)
1177 WMAKE_TGTS+=    _sanity_check _worldtmp _legacy
1178 .if empty(SUBDIR_OVERRIDE)
1179 WMAKE_TGTS+=    _bootstrap-tools
1180 .endif
1181 WMAKE_TGTS+=    _cleanobj
1182 .if !defined(NO_OBJWALK)
1183 WMAKE_TGTS+=    _obj
1184 .endif
1185 WMAKE_TGTS+=    _build-tools _cross-tools
1186 WMAKE_TGTS+=    _build-metadata
1187 WMAKE_TGTS+=    _includes
1188 .endif
1189 .if !defined(NO_LIBS)
1190 WMAKE_TGTS+=    _libraries
1191 .endif
1192 .if empty(SUBDIR_OVERRIDE)
1193 .for libcompat in ${libcompats}
1194 WMAKE_TGTS+=    build${libcompat}
1195 .endfor
1196 .endif
1197 WMAKE_TGTS+=    everything
1198
1199 # record buildworld time in seconds
1200 .if make(buildworld)
1201 _BUILDWORLD_START!= date '+%s'
1202 .export _BUILDWORLD_START
1203 .endif
1204
1205 buildworld: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue .PHONY
1206 .ORDER: buildworld_prologue ${WMAKE_TGTS} buildworld_epilogue
1207
1208 _ncpu_cmd=sysctl -n hw.ncpu 2>/dev/null || nproc 2>/dev/null || echo unknown
1209
1210 buildworld_prologue: .PHONY
1211         @echo "--------------------------------------------------------------"
1212         @echo ">>> World build started on `LC_ALL=C date`"
1213         @echo "--------------------------------------------------------------"
1214
1215 buildworld_epilogue: .PHONY
1216         @echo
1217         @echo "--------------------------------------------------------------"
1218         @echo ">>> World build completed on `LC_ALL=C date`"
1219         @seconds=$$(($$(date '+%s') - ${_BUILDWORLD_START})); \
1220           echo -n ">>> World built in $$seconds seconds, "; \
1221           echo "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
1222         @echo "--------------------------------------------------------------"
1223
1224 #
1225 # We need to have this as a target because the indirection between Makefile
1226 # and Makefile.inc1 causes the correct PATH to be used, rather than a
1227 # modification of the current environment's PATH.  In addition, we need
1228 # to quote multiword values.
1229 #
1230 buildenvvars: .PHONY
1231         @echo ${WMAKEENV:Q} ${.MAKE.EXPORTED:@v@$v=\"${$v}\"@}
1232
1233 .if ${.TARGETS:Mbuildenv}
1234 .if ${.MAKEFLAGS:M-j}
1235 .error The buildenv target is incompatible with -j
1236 .endif
1237 .endif
1238 BUILDENV_DIR?=  ${.CURDIR}
1239 #
1240 # Note: make will report any errors the shell reports. This can
1241 # be odd if the last command in an interactive shell generates an
1242 # error or is terminated by SIGINT. These reported errors look bad,
1243 # but are harmless. Allowing them also allows BUILDENV_SHELL to
1244 # be a complex command whose status will be returned to the caller.
1245 # Some scripts in tools rely on this behavior to report build errors.
1246 #
1247 buildenv: .PHONY
1248         @echo Entering world for ${TARGET_ARCH}:${TARGET}
1249 .if ${BUILDENV_SHELL:M*zsh*}
1250         @echo For ZSH you must run: export CPUTYPE=${TARGET_CPUTYPE}
1251 .endif
1252         @cd ${BUILDENV_DIR} && env ${WMAKEENV} \
1253         INSTALL="${INSTALL_CMD} ${INSTALLFLAGS}" \
1254         MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}" BUILDENV=1 ${BUILDENV_SHELL}
1255
1256 TOOLCHAIN_TGTS= ${WMAKE_TGTS:Neverything:${libcompats:@v@Nbuild${v}@:ts:}}
1257 toolchain: ${TOOLCHAIN_TGTS} .PHONY
1258 KERNEL_TOOLCHAIN_TGTS=  ${TOOLCHAIN_TGTS:N_obj:N_cleanobj:N_includes:N_libraries}
1259 .if make(kernel-toolchain)
1260 .ORDER: ${KERNEL_TOOLCHAIN_TGTS}
1261 .endif
1262 kernel-toolchain: ${KERNEL_TOOLCHAIN_TGTS} .PHONY
1263
1264 #
1265 # installcheck
1266 #
1267 # Checks to be sure system is ready for installworld/installkernel.
1268 #
1269 installcheck: _installcheck_world _installcheck_kernel .PHONY
1270 _installcheck_world: .PHONY
1271         @echo "--------------------------------------------------------------"
1272         @echo ">>> Install check world"
1273         @echo "--------------------------------------------------------------"
1274 _installcheck_kernel: .PHONY
1275         @echo "--------------------------------------------------------------"
1276         @echo ">>> Install check kernel"
1277         @echo "--------------------------------------------------------------"
1278
1279 #
1280 # Require DESTDIR to be set if installing for a different architecture or
1281 # using the user/group database in the source tree.
1282 #
1283 .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} || \
1284     defined(DB_FROM_SRC)
1285 .if !make(distributeworld)
1286 _installcheck_world: __installcheck_DESTDIR
1287 _installcheck_kernel: __installcheck_DESTDIR
1288 __installcheck_DESTDIR: .PHONY
1289 .if !defined(DESTDIR) || empty(DESTDIR)
1290         @echo "ERROR: Please set DESTDIR!"; \
1291         false
1292 .endif
1293 .endif
1294 .endif
1295
1296 .if !defined(DB_FROM_SRC)
1297 #
1298 # Check for missing UIDs/GIDs.
1299 #
1300 CHECK_UIDS=     auditdistd
1301 CHECK_GIDS=     audit
1302 CHECK_UIDS+=    ntpd
1303 CHECK_GIDS+=    ntpd
1304 CHECK_UIDS+=    proxy
1305 CHECK_GIDS+=    proxy authpf
1306 CHECK_UIDS+=    smmsp
1307 CHECK_GIDS+=    smmsp
1308 CHECK_UIDS+=    unbound
1309 CHECK_GIDS+=    unbound
1310 _installcheck_world: __installcheck_UGID
1311 __installcheck_UGID: .PHONY
1312 .for uid in ${CHECK_UIDS}
1313         @if ! `id -u ${uid} >/dev/null 2>&1`; then \
1314                 echo "ERROR: Required ${uid} user is missing, see /usr/src/UPDATING."; \
1315                 false; \
1316         fi
1317 .endfor
1318 .for gid in ${CHECK_GIDS}
1319         @if ! `find / -prune -group ${gid} >/dev/null 2>&1`; then \
1320                 echo "ERROR: Required ${gid} group is missing, see /usr/src/UPDATING."; \
1321                 false; \
1322         fi
1323 .endfor
1324 .endif
1325 #
1326 # If installing over the running system (DESTDIR is / or unset) and the install
1327 # includes rescue, try running rescue from the objdir as a sanity check.  If
1328 # rescue is not functional (e.g., because it depends on a system call not
1329 # supported by the currently running kernel), abort the installation.
1330 #
1331 .if !make(distributeworld) && ${MK_RESCUE} != "no" && \
1332     (empty(DESTDIR) || ${DESTDIR} == "/") && empty(BYPASS_INSTALLCHECK_SH)
1333 _installcheck_world: __installcheck_sh_check
1334 __installcheck_sh_check: .PHONY
1335         @if [ "`${OBJTOP}/rescue/rescue/rescue sh -c 'echo OK'`" != \
1336             OK ]; then \
1337                 echo "rescue/sh check failed, installation aborted" >&2; \
1338                 false; \
1339         fi
1340 .endif
1341
1342 #
1343 # Required install tools to be saved in a scratch dir for safety.
1344 #
1345 .if !defined(CROSSBUILD_HOST)
1346 _sysctl=sysctl
1347 .endif
1348
1349 ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \
1350         date echo egrep find grep id install ${_install-info} \
1351         ln make mkdir mtree mv pwd_mkdb \
1352         rm sed services_mkdb sh sort strip ${_sysctl} test time true uname wc
1353
1354 .if ${MK_ZONEINFO} != "no"
1355 ITOOLS+=tzsetup
1356 .endif
1357
1358 # Needed for share/man
1359 .if ${MK_MAN_UTILS} != "no"
1360 ITOOLS+=makewhatis
1361 .endif
1362
1363 ITOOLS+=${LOCAL_ITOOLS}
1364
1365 #
1366 # distributeworld
1367 #
1368 # Distributes everything compiled by a `buildworld'.
1369 #
1370 # installworld
1371 #
1372 # Installs everything compiled by a 'buildworld'.
1373 #
1374
1375 # Non-base distributions produced by the base system
1376 EXTRA_DISTRIBUTIONS=
1377 .for libcompat in ${libcompats}
1378 EXTRA_DISTRIBUTIONS+=   lib${libcompat}
1379 .endfor
1380 .if ${MK_TESTS} != "no"
1381 EXTRA_DISTRIBUTIONS+=   tests
1382 .endif
1383
1384 DEBUG_DISTRIBUTIONS=
1385 .if ${MK_DEBUG_FILES} != "no"
1386 DEBUG_DISTRIBUTIONS+=   base ${EXTRA_DISTRIBUTIONS:S,tests,,}
1387 .endif
1388
1389 MTREE_MAGIC?=   mtree 2.0
1390
1391 distributeworld installworld stageworld: _installcheck_world .PHONY
1392         mkdir -p ${INSTALLTMP}
1393         progs=$$(for prog in ${ITOOLS}; do \
1394                 if progpath=`env PATH=${TMPPATH:Q} which $$prog`; then \
1395                         echo $$progpath; \
1396                 else \
1397                         echo "Required tool $$prog not found in PATH ("${TMPPATH:Q}")." >&2; \
1398                         exit 1; \
1399                 fi; \
1400             done); \
1401         if [ -z "${CROSSBUILD_HOST}" ] ; then \
1402                 libs=$$(ldd -f "%o %p\n" -f "%o %p\n" $$progs 2>/dev/null | sort -u | grep -Ev '\[.*]' | \
1403                     while read line; do \
1404                         set -- $$line; \
1405                         if [ "$$2 $$3" != "not found" ]; then \
1406                                 echo $$2; \
1407                         else \
1408                                 echo "Required library $$1 not found." >&2; \
1409                                 exit 1; \
1410                         fi; \
1411                     done); \
1412         fi; \
1413         ${INSTALLTMP_COPY_HOST_TOOL} $$libs $$progs ${INSTALLTMP}
1414         cp -R $${PATH_LOCALE:-"/usr/share/locale"} ${INSTALLTMP}/locale
1415 .if defined(NO_ROOT)
1416         -mkdir -p ${METALOG:H}
1417         echo "#${MTREE_MAGIC}" > ${METALOG}
1418 .endif
1419 .if make(distributeworld)
1420 .for dist in ${EXTRA_DISTRIBUTIONS}
1421         -mkdir ${DESTDIR}/${DISTDIR}/${dist}
1422         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.root.dist \
1423             -p ${DESTDIR}/${DISTDIR}/${dist} >/dev/null
1424         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
1425             -p ${DESTDIR}/${DISTDIR}/${dist}/usr >/dev/null
1426         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
1427             -p ${DESTDIR}/${DISTDIR}/${dist}/usr/include >/dev/null
1428 .for d in ${LIBCOMPAT_INCLUDE_DIRS}
1429         -mkdir ${DESTDIR}/${DISTDIR}/${dist}/usr/include/${d}
1430 .endfor
1431 .if ${MK_DEBUG_FILES} != "no"
1432         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
1433             -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib >/dev/null
1434 .endif
1435 .for libcompat in ${libcompats}
1436         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
1437             -p ${DESTDIR}/${DISTDIR}/${dist}/usr >/dev/null
1438 .if ${MK_DEBUG_FILES} != "no"
1439         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
1440             -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug/usr >/dev/null
1441 .endif
1442 .endfor
1443 .if ${MK_TESTS} != "no" && ${dist} == "tests"
1444         -mkdir -p ${DESTDIR}/${DISTDIR}/${dist}${TESTSBASE}
1445         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
1446             -p ${DESTDIR}/${DISTDIR}/${dist}${TESTSBASE} >/dev/null
1447 .if ${MK_DEBUG_FILES} != "no"
1448         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
1449             -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug/${TESTSBASE} >/dev/null
1450 .endif
1451 .endif
1452 .if defined(NO_ROOT)
1453         ${IMAKEENV} ${DISTR_MTREE} -C -f ${.CURDIR}/etc/mtree/BSD.root.dist | \
1454             sed -e 's#^\./#./${dist}/#' >> ${METALOG}
1455         ${IMAKEENV} ${DISTR_MTREE} -C -f ${.CURDIR}/etc/mtree/BSD.usr.dist | \
1456             sed -e 's#^\./#./${dist}/usr/#' >> ${METALOG}
1457         ${IMAKEENV} ${DISTR_MTREE} -C -f ${.CURDIR}/etc/mtree/BSD.include.dist | \
1458             sed -e 's#^\./#./${dist}/usr/include/#' >> ${METALOG}
1459 .for d in ${LIBCOMPAT_INCLUDE_DIRS}
1460         echo "./${dist}/usr/include/${d} type=dir uname=root gname=wheel mode=0755" >> ${METALOG}
1461 .endfor
1462 .for libcompat in ${libcompats}
1463         ${IMAKEENV} ${DISTR_MTREE} -C -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist | \
1464             sed -e 's#^\./#./${dist}/usr/#' >> ${METALOG}
1465 .endfor
1466 .endif
1467 .endfor
1468         -mkdir ${DESTDIR}/${DISTDIR}/base
1469         ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH:Q} ${MAKE} \
1470             METALOG=${METALOG} ${IMAKE_INSTALL} ${IMAKE_MTREE} \
1471             DISTBASE=/base DESTDIR=${INSTALL_DDIR}/base \
1472             LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs
1473         ${INSTALL_SYMLINK} ${INSTALLFLAGS} usr/src/sys ${INSTALL_DDIR}/base/sys
1474 .endif # make(distributeworld)
1475         ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
1476             ${IMAKEENV} rm -rf ${INSTALLTMP}
1477 .if !make(packageworld) && ${MK_CAROOT} != "no"
1478         @if which openssl>/dev/null; then \
1479                 PATH=${TMPPATH:Q}:${PATH:Q} \
1480                     sh ${SRCTOP}/usr.sbin/certctl/certctl.sh ${CERTCTLFLAGS} rehash; \
1481         else \
1482                 echo "No openssl on the host, not rehashing certificates target -- /etc/ssl may not be populated."; \
1483         fi
1484 .endif
1485 .if make(distributeworld)
1486 .for dist in ${EXTRA_DISTRIBUTIONS}
1487         find ${DESTDIR}/${DISTDIR}/${dist} -mindepth 1 -type d -empty -delete
1488 .endfor
1489 .if defined(NO_ROOT)
1490 .for dist in base ${EXTRA_DISTRIBUTIONS}
1491         @# For each file that exists in this dist, print the corresponding
1492         @# line from the METALOG.  This relies on the fact that
1493         @# a line containing only the filename will sort immediately before
1494         @# the relevant mtree line.
1495         cd ${DESTDIR}/${DISTDIR}; \
1496         find ./${dist} | ${METALOG_SORT_CMD} -u ${METALOG} - | \
1497         awk 'BEGIN { print "#${MTREE_MAGIC}" } !/ type=/ { file = $$1 } / type=/ { if ($$1 == file) { sub(/^\.\/${dist}/, "."); print } }' > \
1498         ${DESTDIR}/${DISTDIR}/${dist}.meta
1499 .endfor
1500 .for dist in ${DEBUG_DISTRIBUTIONS}
1501         @# For each file that exists in this dist, print the corresponding
1502         @# line from the METALOG.  This relies on the fact that
1503         @# a line containing only the filename will sort immediately before
1504         @# the relevant mtree line.
1505         cd ${DESTDIR}/${DISTDIR}; \
1506         find ./${dist}/usr/lib/debug | ${METALOG_SORT_CMD} -u ${METALOG} - | \
1507         awk 'BEGIN { print "#${MTREE_MAGIC}" } !/ type=/ { file = $$1 } / type=/ { if ($$1 == file) { sub(/^\.\/${dist}/, "."); print } }' > \
1508         ${DESTDIR}/${DISTDIR}/${dist}.debug.meta
1509 .endfor
1510 .endif
1511 .endif # make(distributeworld)
1512
1513 packageworld: .PHONY
1514 .for dist in base ${EXTRA_DISTRIBUTIONS}
1515 .if defined(NO_ROOT)
1516         ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
1517             ${TAR_CMD} cvf - --exclude usr/lib/debug \
1518             @${DESTDIR}/${DISTDIR}/${dist}.meta | \
1519             ${XZ_CMD} > ${PACKAGEDIR}/${dist}.txz
1520 .else
1521         ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
1522             ${TAR_CMD} cvf - --exclude usr/lib/debug . | \
1523             ${XZ_CMD} > ${PACKAGEDIR}/${dist}.txz
1524 .endif
1525 .endfor
1526
1527 .for dist in ${DEBUG_DISTRIBUTIONS}
1528 . if defined(NO_ROOT)
1529         ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
1530             ${TAR_CMD} cvf - @${DESTDIR}/${DISTDIR}/${dist}.debug.meta | \
1531             ${XZ_CMD} > ${PACKAGEDIR}/${dist}-dbg.txz
1532 . else
1533         ${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
1534             ${TAR_CMD} cvLf - usr/lib/debug | \
1535             ${XZ_CMD} > ${PACKAGEDIR}/${dist}-dbg.txz
1536 . endif
1537 .endfor
1538
1539 makeman: .PHONY
1540         ${_+_}cd ${.CURDIR}/tools/build/options; sh makeman > \
1541             ${.CURDIR}/share/man/man5/src.conf.5
1542
1543 # Ensure no regressions in self-includeability of sys/*.h and net*/*.h
1544 test-includes: .PHONY
1545         ${_+_}cd ${.CURDIR}/tools/build/test-includes; \
1546             ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} DESTDIR=${WORLDTMP} test-includes
1547
1548 # We can't assume here that ${TMPPATH} will include ${PATH} or /usr/libexec
1549 # because we may be building with a STRICTTMPPATH, so we explicitly include
1550 # /usr/libexec here for flua.  ${TMPPATH} still usefully includes anything else
1551 # we may need to function.
1552 _sysent_PATH=   ${TMPPATH}:/usr/libexec
1553 _sysent_dirs=   sys/kern
1554 _sysent_dirs+=  sys/compat/freebsd32
1555 _sysent_dirs+=  sys/amd64/linux         \
1556                 sys/amd64/linux32       \
1557                 sys/arm64/linux         \
1558                 sys/i386/linux
1559
1560 sysent: .PHONY
1561 .for _dir in ${_sysent_dirs}
1562 sysent-${_dir}: .PHONY
1563         @echo "${MAKE} -C ${.CURDIR}/${_dir} sysent"
1564         ${_+_}@env PATH=${_sysent_PATH:Q} ${MAKE} -C ${.CURDIR}/${_dir} sysent
1565
1566 sysent: sysent-${_dir}
1567 .endfor
1568
1569 #
1570 # reinstall
1571 #
1572 # If you have a build server, you can NFS mount the source and obj directories
1573 # and do a 'make reinstall' on the *client* to install new binaries from the
1574 # most recent server build.
1575 #
1576 restage reinstall: .MAKE .PHONY
1577         @echo "--------------------------------------------------------------"
1578         @echo ">>> Making hierarchy"
1579         @echo "--------------------------------------------------------------"
1580         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1581             LOCAL_MTREE=${LOCAL_MTREE:Q} hierarchy
1582 .if make(restage)
1583         @echo "--------------------------------------------------------------"
1584         @echo ">>> Making distribution"
1585         @echo "--------------------------------------------------------------"
1586         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1587             LOCAL_MTREE=${LOCAL_MTREE:Q} distribution
1588 .endif
1589         @echo
1590         @echo "--------------------------------------------------------------"
1591         @echo ">>> Installing everything started on `LC_ALL=C date`"
1592         @echo "--------------------------------------------------------------"
1593         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
1594 .for libcompat in ${libcompats}
1595         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
1596 .endfor
1597         @echo "--------------------------------------------------------------"
1598         @echo ">>> Installing everything completed on `LC_ALL=C date`"
1599         @echo "--------------------------------------------------------------"
1600
1601 redistribute: .MAKE .PHONY
1602         @echo "--------------------------------------------------------------"
1603         @echo ">>> Distributing everything"
1604         @echo "--------------------------------------------------------------"
1605         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute
1606 .for libcompat in ${libcompats}
1607         ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute${libcompat} \
1608             DISTRIBUTION=lib${libcompat}
1609 .endfor
1610
1611 distrib-dirs distribution: .MAKE .PHONY
1612         ${_+_}cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH:Q} ${MAKE} \
1613             ${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET}
1614 .if make(distribution)
1615         ${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH:Q} \
1616                 ${MAKE} -f Makefile.inc1 ${IMAKE_INSTALL} \
1617                 METALOG=${METALOG} MK_TESTS=no \
1618                 MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} installconfig
1619 .endif
1620
1621 #
1622 # buildkernel and installkernel
1623 #
1624 # Which kernels to build and/or install is specified by setting
1625 # KERNCONF. If not defined a GENERIC kernel is built/installed.
1626 # Only the existing (depending TARGET) config files are used
1627 # for building kernels and only the first of these is designated
1628 # as the one being installed.
1629 #
1630 # Note that we have to use TARGET instead of TARGET_ARCH when
1631 # we're in kernel-land. Since only TARGET_ARCH is (expected) to
1632 # be set to cross-build, we have to make sure TARGET is set
1633 # properly.
1634
1635 .if defined(KERNFAST)
1636 NO_KERNELCLEAN= t
1637 NO_KERNELCONFIG=        t
1638 NO_KERNELOBJ=           t
1639 # Shortcut for KERNCONF=Blah -DKERNFAST is now KERNFAST=Blah
1640 .if !defined(KERNCONF) && ${KERNFAST} != "1"
1641 KERNCONF=${KERNFAST}
1642 .endif
1643 .endif
1644 .if ${TARGET_ARCH} == "powerpc64"
1645 KERNCONF?=      GENERIC64
1646 .elif ${TARGET_ARCH} == "powerpc64le"
1647 KERNCONF?=      GENERIC64LE
1648 .elif ${TARGET_ARCH} == "powerpcspe"
1649 KERNCONF?=      MPC85XXSPE
1650 .else
1651 KERNCONF?=      GENERIC
1652 .endif
1653 INSTKERNNAME?=  kernel
1654
1655 KERNSRCDIR?=    ${.CURDIR}/sys
1656 KRNLCONFDIR=    ${KERNSRCDIR}/${TARGET}/conf
1657 KRNLOBJDIR=     ${OBJTOP}${KERNSRCDIR:C,^${.CURDIR},,}
1658 KERNCONFDIR?=   ${KRNLCONFDIR}
1659
1660 BUILDKERNELS=
1661 INSTALLKERNEL=
1662 .if defined(NO_INSTALLKERNEL)
1663 # All of the BUILDKERNELS loops start at index 1.
1664 BUILDKERNELS+= dummy
1665 .endif
1666 .for _kernel in ${KERNCONF}
1667 .if !defined(_MKSHOWCONFIG) && exists(${KERNCONFDIR}/${_kernel})
1668 BUILDKERNELS+=  ${_kernel}
1669 .if empty(INSTALLKERNEL) && !defined(NO_INSTALLKERNEL)
1670 INSTALLKERNEL= ${_kernel}
1671 .endif
1672 .else
1673 .if make(buildkernel)
1674 .error Missing KERNCONF ${KERNCONFDIR}/${_kernel}
1675 .endif
1676 .endif
1677 .endfor
1678
1679 _cleankernobj_fast_depend_hack: .PHONY
1680 # 20191009  r353340  removal of opensolaris_atomic.S (also r353381)
1681 .if ${MACHINE} != i386
1682 .for f in opensolaris_atomic
1683 .for m in opensolaris zfs
1684         @if [ -e "${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.o" ] && \
1685             grep -q ${f}.S "${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.o"; then \
1686                 echo "Removing stale dependencies for opensolaris_atomic"; \
1687                 rm -f ${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.*; \
1688         fi
1689 .endfor
1690 .endfor
1691 .endif
1692
1693 ${WMAKE_TGTS:N_worldtmp:${libcompats:@v@Nbuild${v}@:ts:}} ${.ALLTARGETS:M_*:N_worldtmp}: .MAKE .PHONY
1694
1695 # record kernel(s) build time in seconds
1696 .if make(buildkernel)
1697 _BUILDKERNEL_START!= date '+%s'
1698 .endif
1699
1700 #
1701 # buildkernel
1702 #
1703 # Builds all kernels defined by BUILDKERNELS.
1704 #
1705 buildkernel: .MAKE .PHONY
1706 .if empty(BUILDKERNELS:Ndummy)
1707         @echo "ERROR: Missing kernel configuration file(s) (${KERNCONF})."; \
1708         false
1709 .endif
1710         @echo
1711 .for _kernel in ${BUILDKERNELS:Ndummy}
1712         @echo "--------------------------------------------------------------"
1713         @echo ">>> Kernel build for ${_kernel} started on `LC_ALL=C date`"
1714         @echo "--------------------------------------------------------------"
1715         @echo "===> ${_kernel}"
1716         mkdir -p ${KRNLOBJDIR}
1717 .if !defined(NO_KERNELCONFIG)
1718         @echo
1719         @echo "--------------------------------------------------------------"
1720         @echo ">>> stage 1: configuring the kernel"
1721         @echo "--------------------------------------------------------------"
1722         cd ${KRNLCONFDIR}; \
1723                 PATH=${TMPPATH:Q} \
1724                     config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} \
1725                         -I '${KERNCONFDIR}' -I '${KRNLCONFDIR}' \
1726                         '${KERNCONFDIR}/${_kernel}'
1727 .endif
1728 .if ${MK_CLEAN} == "yes" && !defined(NO_KERNELCLEAN)
1729         @echo
1730         @echo "--------------------------------------------------------------"
1731         @echo ">>> stage 2.1: cleaning up the object tree"
1732         @echo "--------------------------------------------------------------"
1733         ${_+_}cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} ${CLEANDIR}
1734 .else
1735         ${_+_}cd ${.CURDIR}; ${WMAKE} _cleankernobj_fast_depend_hack
1736 .endif
1737 .if !defined(NO_KERNELOBJ)
1738         @echo
1739         @echo "--------------------------------------------------------------"
1740         @echo ">>> stage 2.2: rebuilding the object tree"
1741         @echo "--------------------------------------------------------------"
1742         ${_+_}cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} obj
1743 .endif
1744         @echo
1745         @echo "--------------------------------------------------------------"
1746         @echo ">>> stage 2.3: build tools"
1747         @echo "--------------------------------------------------------------"
1748         ${_+_}cd ${.CURDIR}; ${KTMAKE} kernel-tools
1749         @echo
1750         @echo "--------------------------------------------------------------"
1751         @echo ">>> stage 3.1: building everything"
1752         @echo "--------------------------------------------------------------"
1753         ${_+_}cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} all -DNO_MODULES_OBJ
1754         @echo "--------------------------------------------------------------"
1755         @echo ">>> Kernel build for ${_kernel} completed on `LC_ALL=C date`"
1756         @echo "--------------------------------------------------------------"
1757
1758 .endfor
1759         @seconds=$$(($$(date '+%s') - ${_BUILDKERNEL_START})); \
1760           echo -n ">>> Kernel(s) ${BUILDKERNELS} built in $$seconds seconds, "; \
1761           echo "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
1762         @echo "--------------------------------------------------------------"
1763
1764 .if !make(packages) && !make(update-packages)
1765 NO_INSTALLEXTRAKERNELS?=        yes
1766 .else
1767 # packages/update-packages installs kernels to a staging directory then builds
1768 # packages from the result to be installed, typically to other systems.  It is
1769 # less surprising for these targets to honor KERNCONF if multiple kernels are
1770 # specified.
1771 NO_INSTALLEXTRAKERNELS?=        no
1772 .endif
1773
1774 #
1775 # installkernel, etc.
1776 #
1777 # Install the kernel defined by INSTALLKERNEL
1778 #
1779 installkernel installkernel.debug \
1780 reinstallkernel reinstallkernel.debug: _installcheck_kernel .PHONY
1781 .if !defined(NO_INSTALLKERNEL)
1782 .if empty(INSTALLKERNEL)
1783         @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \
1784         false
1785 .endif
1786         @echo "--------------------------------------------------------------"
1787         @echo ">>> Installing kernel ${INSTALLKERNEL} on $$(LC_ALL=C date)"
1788         @echo "--------------------------------------------------------------"
1789         ${_+_}cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
1790             ${CROSSENV} PATH=${TMPPATH:Q} \
1791             ${MAKE} ${IMAKE_INSTALL} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//}
1792         @echo "--------------------------------------------------------------"
1793         @echo ">>> Installing kernel ${INSTALLKERNEL} completed on $$(LC_ALL=C date)"
1794         @echo "--------------------------------------------------------------"
1795 .endif
1796 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1797 .for _kernel in ${BUILDKERNELS:[2..-1]}
1798         @echo "--------------------------------------------------------------"
1799         @echo ">>> Installing kernel ${_kernel} $$(LC_ALL=C date)"
1800         @echo "--------------------------------------------------------------"
1801         ${_+_}cd ${KRNLOBJDIR}/${_kernel}; \
1802             ${CROSSENV} PATH=${TMPPATH:Q} \
1803             ${MAKE} ${IMAKE_INSTALL} KERNEL=${INSTKERNNAME}.${_kernel} ${.TARGET:S/kernel//}
1804         @echo "--------------------------------------------------------------"
1805         @echo ">>> Installing kernel ${_kernel} completed on $$(LC_ALL=C date)"
1806         @echo "--------------------------------------------------------------"
1807 .endfor
1808 .endif
1809
1810 distributekernel distributekernel.debug: .PHONY
1811 .if !defined(NO_INSTALLKERNEL)
1812 .if empty(INSTALLKERNEL)
1813         @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \
1814         false
1815 .endif
1816         mkdir -p ${DESTDIR}/${DISTDIR}
1817 .if defined(NO_ROOT)
1818         @echo "#${MTREE_MAGIC}" > ${DESTDIR}/${DISTDIR}/kernel.premeta
1819 .endif
1820         ${_+_}cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
1821             ${IMAKEENV} ${IMAKE_INSTALL:S/METALOG/kernel.premeta/} \
1822             ${IMAKE_MTREE} PATH=${TMPPATH:Q} ${MAKE} KERNEL=${INSTKERNNAME} \
1823             DESTDIR=${INSTALL_DDIR}/kernel \
1824             ${.TARGET:S/distributekernel/install/}
1825 .if defined(NO_ROOT)
1826         @sed -e 's|^./kernel|.|' ${DESTDIR}/${DISTDIR}/kernel.premeta > \
1827             ${DESTDIR}/${DISTDIR}/kernel.meta
1828 .endif
1829 .endif
1830 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1831 .for _kernel in ${BUILDKERNELS:[2..-1]}
1832 .if defined(NO_ROOT)
1833         @echo "#${MTREE_MAGIC}" > ${DESTDIR}/${DISTDIR}/kernel.${_kernel}.premeta
1834 .endif
1835         ${_+_}cd ${KRNLOBJDIR}/${_kernel}; \
1836             ${IMAKEENV} ${IMAKE_INSTALL:S/METALOG/kernel.${_kernel}.premeta/} \
1837             ${IMAKE_MTREE} PATH=${TMPPATH:Q} ${MAKE} \
1838             KERNEL=${INSTKERNNAME}.${_kernel} \
1839             DESTDIR=${INSTALL_DDIR}/kernel.${_kernel} \
1840             ${.TARGET:S/distributekernel/install/}
1841 .if defined(NO_ROOT)
1842         @sed -e "s|^./kernel.${_kernel}|.|" \
1843             ${DESTDIR}/${DISTDIR}/kernel.${_kernel}.premeta > \
1844             ${DESTDIR}/${DISTDIR}/kernel.${_kernel}.meta
1845 .endif
1846 .endfor
1847 .endif
1848
1849 packagekernel: .PHONY
1850 .if defined(NO_ROOT)
1851 .if !defined(NO_INSTALLKERNEL)
1852         cd ${DESTDIR}/${DISTDIR}/kernel; \
1853             ${TAR_CMD} cvf - --exclude '*.debug' \
1854             @${DESTDIR}/${DISTDIR}/kernel.meta | \
1855             ${XZ_CMD} > ${PACKAGEDIR}/kernel.txz
1856 .endif
1857 .if ${MK_DEBUG_FILES} != "no"
1858         cd ${DESTDIR}/${DISTDIR}/kernel; \
1859             ${TAR_CMD} cvf - --include '*/*/*.debug' \
1860             @${DESTDIR}/${DISTDIR}/kernel.meta | \
1861             ${XZ_CMD} > ${DESTDIR}/${DISTDIR}/kernel-dbg.txz
1862 .endif
1863 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1864 .for _kernel in ${BUILDKERNELS:[2..-1]}
1865         cd ${DESTDIR}/${DISTDIR}/kernel.${_kernel}; \
1866             ${TAR_CMD} cvf - --exclude '*.debug' \
1867             @${DESTDIR}/${DISTDIR}/kernel.${_kernel}.meta | \
1868             ${XZ_CMD} > ${PACKAGEDIR}/kernel.${_kernel}.txz
1869 .if ${MK_DEBUG_FILES} != "no"
1870         cd ${DESTDIR}/${DISTDIR}/kernel.${_kernel}; \
1871             ${TAR_CMD} cvf - --include '*/*/*.debug' \
1872             @${DESTDIR}/${DISTDIR}/kernel.${_kernel}.meta | \
1873             ${XZ_CMD} > ${DESTDIR}/${DISTDIR}/kernel.${_kernel}-dbg.txz
1874 .endif
1875 .endfor
1876 .endif
1877 .else
1878 .if !defined(NO_INSTALLKERNEL)
1879         cd ${DESTDIR}/${DISTDIR}/kernel; \
1880             ${TAR_CMD} cvf - --exclude '*.debug' . | \
1881             ${XZ_CMD} > ${PACKAGEDIR}/kernel.txz
1882 .endif
1883 .if ${MK_DEBUG_FILES} != "no"
1884         cd ${DESTDIR}/${DISTDIR}/kernel; \
1885             ${TAR_CMD} cvf - --include '*/*/*.debug' $$(eval find .) | \
1886             ${XZ_CMD} > ${DESTDIR}/${DISTDIR}/kernel-dbg.txz
1887 .endif
1888 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
1889 .for _kernel in ${BUILDKERNELS:[2..-1]}
1890         cd ${DESTDIR}/${DISTDIR}/kernel.${_kernel}; \
1891             ${TAR_CMD} cvf - --exclude '*.debug' . | \
1892             ${XZ_CMD} > ${PACKAGEDIR}/kernel.${_kernel}.txz
1893 .if ${MK_DEBUG_FILES} != "no"
1894         cd ${DESTDIR}/${DISTDIR}/kernel.${_kernel}; \
1895             ${TAR_CMD} cvf - --include '*/*/*.debug' $$(eval find .) | \
1896             ${XZ_CMD} > ${DESTDIR}/${DISTDIR}/kernel.${_kernel}-dbg.txz
1897 .endif
1898 .endfor
1899 .endif
1900 .endif
1901
1902 stagekernel: .PHONY
1903         ${_+_}${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel
1904
1905 PORTSDIR?=      /usr/ports
1906 WSTAGEDIR?=     ${OBJTOP}/worldstage
1907 KSTAGEDIR?=     ${OBJTOP}/kernelstage
1908 REPODIR?=       ${OBJROOT}repo
1909 PKG_FORMAT?=    txz
1910 PKG_REPO_SIGNING_KEY?=  # empty
1911 PKG_OUTPUT_DIR?=        ${PKG_VERSION}
1912
1913 .ORDER:         stage-packages create-packages
1914 .ORDER:         create-packages create-world-packages
1915 .ORDER:         create-packages create-kernel-packages
1916 .ORDER:         create-packages sign-packages
1917
1918 _pkgbootstrap: .PHONY
1919 .if make(*package*) && !exists(${LOCALBASE}/sbin/pkg)
1920         @env ASSUME_ALWAYS_YES=YES pkg bootstrap
1921 .endif
1922
1923 #
1924 # Determine PKG_ABI from newvers.sh if not already set.
1925 #
1926 .if !defined(PKG_ABI) && (make(create-world-packages-jobs) || make(create-kernel-packages*) || make(real-update-packages) || make(sign-packages))
1927 PKG_ABI=${_TYPE}:${MAJOR_REVISION}:${TARGET_ARCH}
1928 .endif
1929 PKG_BIN_VERSION!=${PKG_CMD} --version </dev/null 2>/dev/null |\
1930     awk -F. '/^[0-9.]+$$/ {print $$1 * 10000 + $$2 * 100 + $$3}'
1931 .if ${PKG_BIN_VERSION} < 11700
1932 PKG_EXT=        ${PKG_FORMAT}
1933 .else
1934 PKG_EXT=        pkg
1935 .endif
1936
1937 .if !defined(PKG_VERSION_FROM) && make(real-update-packages)
1938 .if defined(PKG_ABI)
1939 .if exists(${REPODIR}/${PKG_ABI})
1940 PKG_VERSION_FROM!=/usr/bin/readlink ${REPODIR}/${PKG_ABI}/latest
1941 PKG_VERSION_FROM_DIR=   ${REPODIR}/${PKG_ABI}/${PKG_VERSION_FROM}
1942 .else
1943 PKG_VERSION_FROM=
1944 PKG_VERSION_FROM_DIR=
1945 .endif
1946 .endif
1947 .endif
1948
1949 PKGMAKEARGS+=   PKG_VERSION=${PKG_VERSION} \
1950                 NO_INSTALLEXTRAKERNELS=${NO_INSTALLEXTRAKERNELS}
1951
1952 packages: .PHONY
1953         ${_+_}${MAKE} -C ${.CURDIR} ${PKGMAKEARGS} real-packages
1954
1955 update-packages: .PHONY
1956         ${_+_}${MAKE} -C ${.CURDIR} ${PKGMAKEARGS} real-update-packages
1957
1958 package-pkg: .PHONY
1959         rm -rf /tmp/ports.${TARGET} || :
1960         env ${WMAKEENV:Q} SRCDIR=${.CURDIR} PORTSDIR=${PORTSDIR} REVISION=${_REVISION} \
1961                 PKG_CMD=${PKG_CMD} PKG_VERSION=${PKG_VERSION} REPODIR=${REPODIR} \
1962                 WSTAGEDIR=${WSTAGEDIR} \
1963                 sh ${.CURDIR}/release/scripts/make-pkg-package.sh
1964
1965 real-packages:  stage-packages create-packages sign-packages .PHONY
1966
1967 real-update-packages: stage-packages .PHONY
1968         ${_+_}${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} create-packages
1969 .if empty(PKG_VERSION_FROM_DIR)
1970         @echo "==> Bootstrapping repository, not checking for new packages"
1971 .else
1972         @echo "==> Checking for new packages (comparing ${PKG_VERSION} to ${PKG_VERSION_FROM})"
1973         @for pkg in ${PKG_VERSION_FROM_DIR}/${PKG_NAME_PREFIX}-*; do \
1974           pkgname=$$(pkg query -F $${pkg} '%n' | sed 's/${PKG_NAME_PREFIX}-\(.*\)/\1/') ; \
1975           newpkgname=${PKG_NAME_PREFIX}-$${pkgname}-${PKG_VERSION}.${PKG_EXT} ; \
1976           oldsum=$$(pkg query -F $${pkg} '%X') ; \
1977           if [ ! -f ${REPODIR}/${PKG_ABI}/${PKG_VERSION}/$${newpkgname} ]; then \
1978             continue; \
1979           fi ; \
1980           newsum=$$(pkg query -F ${REPODIR}/${PKG_ABI}/${PKG_VERSION}/$${newpkgname} '%X') ; \
1981           if [ "$${oldsum}" == "$${newsum}" ]; then \
1982            echo "==> Keeping old ${PKG_NAME_PREFIX}-$${pkgname}-${PKG_VERSION_FROM}.${PKG_EXT}" ; \
1983            rm ${REPODIR}/${PKG_ABI}/${PKG_VERSION}/$${newpkgname} ; \
1984            cp $${pkg} ${REPODIR}/${PKG_ABI}/${PKG_VERSION} ; \
1985           else \
1986             echo "==> New package $${newpkgname}" ; \
1987           fi ; \
1988         done
1989 .endif
1990         ${_+_}@cd ${.CURDIR}; \
1991                 ${MAKE} -f Makefile.inc1 PKG_VERSION=${PKG_VERSION} sign-packages
1992
1993 stage-packages-world: .PHONY
1994         @mkdir -p ${WSTAGEDIR}
1995         ${_+_}@cd ${.CURDIR}; \
1996                 ${MAKE} DESTDIR=${WSTAGEDIR} -DNO_ROOT stageworld
1997
1998 stage-packages-kernel: .PHONY
1999         @mkdir -p ${KSTAGEDIR}
2000         ${_+_}@cd ${.CURDIR}; \
2001                 ${MAKE} DESTDIR=${KSTAGEDIR} -DNO_ROOT stagekernel
2002
2003 stage-packages: .PHONY stage-packages-world stage-packages-kernel
2004
2005 _repodir: .PHONY
2006         @mkdir -p ${REPODIR}
2007
2008 create-packages-world:  _pkgbootstrap _repodir .PHONY
2009         ${_+_}@cd ${.CURDIR}; \
2010                 ${MAKE} -f Makefile.inc1 \
2011                         DESTDIR=${WSTAGEDIR} \
2012                         PKG_VERSION=${PKG_VERSION} create-world-packages
2013
2014 create-packages-kernel: _pkgbootstrap _repodir .PHONY
2015         ${_+_}@cd ${.CURDIR}; \
2016                 ${MAKE} -f Makefile.inc1 \
2017                         DESTDIR=${KSTAGEDIR} \
2018                         PKG_VERSION=${PKG_VERSION} DISTDIR=kernel \
2019                         SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
2020                         create-kernel-packages
2021
2022 create-packages: .PHONY create-packages-world create-packages-kernel
2023
2024 create-world-packages:  _pkgbootstrap .PHONY
2025         @rm -f ${WSTAGEDIR}/*.plist 2>/dev/null || :
2026         @cd ${WSTAGEDIR} ; \
2027                 ${METALOG_SORT_CMD} ${WSTAGEDIR}/${DISTDIR}/METALOG | \
2028                 awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk
2029         @for plist in ${WSTAGEDIR}/*.plist; do \
2030           plist=$${plist##*/} ; \
2031           pkgname=$${plist%.plist} ; \
2032           echo "_PKGS+= $${pkgname}" ; \
2033         done > ${WSTAGEDIR}/packages.mk
2034         ${_+_}@cd ${.CURDIR}; \
2035                 ${MAKE} -f Makefile.inc1 create-world-packages-jobs \
2036                 SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
2037                 .MAKE.JOB.PREFIX=
2038
2039 .if make(create-world-packages-jobs)
2040 .include "${WSTAGEDIR}/packages.mk"
2041 .endif
2042
2043 create-world-packages-jobs: .PHONY
2044 .for pkgname in ${_PKGS}
2045 create-world-packages-jobs: create-world-package-${pkgname}
2046 create-world-package-${pkgname}: .PHONY
2047         @sh ${SRCDIR}/release/packages/generate-ucl.sh -o ${pkgname} \
2048                 -s ${SRCDIR} -u ${WSTAGEDIR}/${pkgname}.ucl
2049         @awk -F\" ' \
2050                 /^name/ { printf("===> Creating %s-", $$2); next } \
2051                 /^version/ { print $$2; next } \
2052                 ' ${WSTAGEDIR}/${pkgname}.ucl
2053         @if [ "${pkgname}" == "runtime" ]; then \
2054                 sed -i '' -e "s/%VCS_REVISION%/${VCS_REVISION}/" ${WSTAGEDIR}/${pkgname}.ucl ; \
2055         fi
2056         ${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname -o ALLOW_BASE_SHLIBS=yes \
2057                 create -f ${PKG_FORMAT} -M ${WSTAGEDIR}/${pkgname}.ucl \
2058                 -p ${WSTAGEDIR}/${pkgname}.plist \
2059                 -r ${WSTAGEDIR} \
2060                 -o ${REPODIR}/${PKG_ABI}/${PKG_OUTPUT_DIR}
2061 .endfor
2062
2063 _default_flavor=        -default
2064 .if make(*package*) && exists(${KSTAGEDIR}/kernel.meta)
2065 . if ${MK_DEBUG_FILES} != "no"
2066 _debug=-dbg
2067 . endif
2068 create-kernel-packages: .PHONY
2069 . for flavor in "" ${_debug}
2070 create-kernel-packages: create-kernel-packages-flavor${flavor:C,^""$,${_default_flavor},}
2071 create-kernel-packages-flavor${flavor:C,^""$,${_default_flavor},}: _pkgbootstrap .PHONY
2072         @cd ${KSTAGEDIR}/${DISTDIR} ; \
2073         ${METALOG_SORT_CMD} ${KSTAGEDIR}/kernel.meta | \
2074         awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk \
2075                 -v kernel=yes -v _kernconf=${INSTALLKERNEL} ; \
2076         sed -e "s/%VERSION%/${PKG_VERSION}/" \
2077                 -e "s/%PKGNAME%/kernel-${INSTALLKERNEL:tl}${flavor}/" \
2078                 -e "s/%KERNELDIR%/kernel/" \
2079                 -e "s/%COMMENT%/FreeBSD ${INSTALLKERNEL} kernel ${flavor}/" \
2080                 -e "s/%DESC%/FreeBSD ${INSTALLKERNEL} kernel ${flavor}/" \
2081                 -e "s/ %VCS_REVISION%/${VCS_REVISION}/" \
2082                 -e "s/%PKG_NAME_PREFIX%/${PKG_NAME_PREFIX}/" \
2083                 -e "s/%PKG_MAINTAINER%/${PKG_MAINTAINER}/" \
2084                 -e "s|%PKG_WWW%|${PKG_WWW}|" \
2085                 ${SRCDIR}/release/packages/kernel.ucl \
2086                 > ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl ; \
2087         awk -F\" ' \
2088                 /name/ { printf("===> Creating %s-", $$2); next } \
2089                 /version/ {print $$2; next } ' \
2090                 ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl ; \
2091         ${PKG_CMD} -o ABI=${PKG_ABI} -o ALLOW_BASE_SHLIBS=yes \
2092                 create -f ${PKG_FORMAT} \
2093                 -M ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl \
2094                 -p ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.plist \
2095                 -r ${KSTAGEDIR}/${DISTDIR} \
2096                 -o ${REPODIR}/${PKG_ABI}/${PKG_OUTPUT_DIR}
2097 . endfor
2098 .endif
2099 .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"
2100 . for _kernel in ${BUILDKERNELS:[2..-1]}
2101 .  if exists(${KSTAGEDIR}/kernel.${_kernel}.meta)
2102 .   if ${MK_DEBUG_FILES} != "no"
2103 _debug=-dbg
2104 .   endif
2105 .   for flavor in "" ${_debug}
2106 create-kernel-packages: create-kernel-packages-extra-flavor${flavor:C,^""$,${_default_flavor},}-${_kernel}
2107 create-kernel-packages-extra-flavor${flavor:C,^""$,${_default_flavor},}-${_kernel}: _pkgbootstrap .PHONY
2108         @cd ${KSTAGEDIR}/kernel.${_kernel} ; \
2109         ${METALOG_SORT_CMD} ${KSTAGEDIR}/kernel.${_kernel}.meta | \
2110         awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk \
2111                 -v kernel=yes -v _kernconf=${_kernel} ; \
2112         sed -e "s/%VERSION%/${PKG_VERSION}/" \
2113                 -e "s/%PKGNAME%/kernel-${_kernel:tl}${flavor}/" \
2114                 -e "s/%KERNELDIR%/kernel.${_kernel}/" \
2115                 -e "s/%COMMENT%/FreeBSD ${_kernel} kernel ${flavor}/" \
2116                 -e "s/%DESC%/FreeBSD ${_kernel} kernel ${flavor}/" \
2117                 -e "s/ %VCS_REVISION%/${VCS_REVISION}/" \
2118                 -e "s/%PKG_NAME_PREFIX%/${PKG_NAME_PREFIX}/" \
2119                 -e "s/%PKG_MAINTAINER%/${PKG_MAINTAINER}/" \
2120                 -e "s|%PKG_WWW%|${PKG_WWW}|" \
2121                 ${SRCDIR}/release/packages/kernel.ucl \
2122                 > ${KSTAGEDIR}/kernel.${_kernel}/kernel.${_kernel}${flavor}.ucl ; \
2123         awk -F\" ' \
2124                 /name/ { printf("===> Creating %s-", $$2); next } \
2125                 /version/ {print $$2; next } ' \
2126                 ${KSTAGEDIR}/kernel.${_kernel}/kernel.${_kernel}${flavor}.ucl ; \
2127         ${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname -o ALLOW_BASE_SHLIBS=yes \
2128                 create -f ${PKG_FORMAT} \
2129                 -M ${KSTAGEDIR}/kernel.${_kernel}/kernel.${_kernel}${flavor}.ucl \
2130                 -p ${KSTAGEDIR}/kernel.${_kernel}/kernel.${_kernel}${flavor}.plist \
2131                 -r ${KSTAGEDIR}/kernel.${_kernel} \
2132                 -o ${REPODIR}/${PKG_ABI}/${PKG_OUTPUT_DIR}
2133 .   endfor
2134 .  endif
2135 . endfor
2136 .endif
2137
2138 sign-packages:  _pkgbootstrap .PHONY
2139         printf "version = 2;\n" > ${WSTAGEDIR}/meta
2140 .if ${PKG_BIN_VERSION} < 11700
2141         printf "packing_format = \"${PKG_FORMAT}\";\n" >> ${WSTAGEDIR}/meta
2142 .endif
2143         @[ -L "${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/latest" ] && \
2144                 unlink ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/latest ; \
2145         ${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname repo \
2146                 -m ${WSTAGEDIR}/meta \
2147                 -o ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/${PKG_VERSION} \
2148                 ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/${PKG_VERSION} \
2149                 ${PKG_REPO_SIGNING_KEY} ; \
2150         cd ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI); \
2151         ln -s ${PKG_OUTPUT_DIR} latest
2152
2153 #
2154 #
2155 # checkworld
2156 #
2157 # Run test suite on installed world.
2158 #
2159 checkworld: .PHONY
2160         @if [ ! -x "${LOCALBASE}/bin/kyua" ] && [ ! -x "/usr/bin/kyua" ]; then \
2161                 echo "You need kyua (devel/kyua) to run the test suite." | /usr/bin/fmt; \
2162                 exit 1; \
2163         fi
2164         ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
2165
2166 #
2167 #
2168 # doxygen
2169 #
2170 # Build the API documentation with doxygen
2171 #
2172 doxygen: .PHONY
2173         @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \
2174                 echo "You need doxygen (devel/doxygen) to generate the API documentation of the kernel." | /usr/bin/fmt; \
2175                 exit 1; \
2176         fi
2177         ${_+_}cd ${.CURDIR}/tools/kerneldoc/subsys; ${MAKE} obj all
2178
2179 #
2180 # ------------------------------------------------------------------------
2181 #
2182 # From here onwards are utility targets used by the 'make world' and
2183 # related targets.  If your 'world' breaks, you may like to try to fix
2184 # the problem and manually run the following targets to attempt to
2185 # complete the build.  Beware, this is *not* guaranteed to work, you
2186 # need to have a pretty good grip on the current state of the system
2187 # to attempt to manually finish it.  If in doubt, 'make world' again.
2188 #
2189
2190 #
2191 # legacy: Build compatibility shims for the next three targets. This is a
2192 # minimal set of tools and shims necessary to compensate for older systems
2193 # which don't have the APIs required by the targets built in bootstrap-tools,
2194 # build-tools or cross-tools.
2195 #
2196 legacy: .PHONY
2197 .if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0
2198         @echo "ERROR: Source upgrades from versions prior to ${MINIMUM_SUPPORTED_REL} are not supported."; \
2199         false
2200 .endif
2201
2202 .for _tool in \
2203   tools/build \
2204   ${LOCAL_LEGACY_DIRS}
2205         ${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,all,install)"; \
2206             cd ${.CURDIR}/${_tool}; \
2207             if [ -z "${NO_OBJWALK}" ]; then ${MAKE} DIRPRFX=${_tool}/ obj; fi; \
2208             ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${WORLDTMP}/legacy includes; \
2209             ${MAKE} DIRPRFX=${_tool}/ MK_INCLUDES=no all; \
2210             ${MAKE} DIRPRFX=${_tool}/ MK_INCLUDES=no \
2211                 DESTDIR=${WORLDTMP}/legacy install
2212 .endfor
2213
2214 #
2215 # bootstrap-tools: Build tools needed for compatibility. These are binaries that
2216 # are built to build other binaries in the system. However, the focus of these
2217 # binaries is usually quite narrow. Bootstrap tools use the host's compiler and
2218 # libraries, augmented by -legacy, in addition to the libraries built during
2219 # bootstrap-tools.
2220 #
2221 _bt=            _bootstrap-tools
2222
2223 # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
2224 # accidentally run tools that are incompatible but happen to be in $PATH.
2225 # This is especially important when building on Linux/MacOS where many of the
2226 # programs used during the build accept different flags or generate different
2227 # output. On those platforms we only symlink the tools known to be compatible
2228 # (e.g. basic utilities such as mkdir) into ${WORLDTMP} and build all others
2229 # from the FreeBSD sources during the bootstrap-tools stage.
2230 # We want to build without the user's $PATH starting in the bootstrap-tools
2231 # phase so the tools used in that phase (ln, cp, etc) must have already been
2232 # linked to $WORLDTMP. The tools are listed in the _host_tools_to_symlink
2233 # variable in tools/build/Makefile and are linked during the legacy phase.
2234 # Since they could be Linux or MacOS binaries, too we must only use flags that
2235 # are portable across operating systems.
2236
2237 # If BOOTSTRAP_ALL_TOOLS is set we will build all the required tools from the
2238 # current source tree. Otherwise we create a symlink to the version found in
2239 # $PATH during the bootstrap-tools stage.
2240 # When building on non-FreeBSD systems we can't assume that the host binaries
2241 # accept compatible flags or produce compatible output. Therefore we force
2242 # BOOTSTRAP_ALL_TOOLS and just build the FreeBSD version of the binary.
2243 .if defined(CROSSBUILD_HOST)
2244 BOOTSTRAP_ALL_TOOLS:=   1
2245 .endif
2246 .if defined(BOOTSTRAP_ALL_TOOLS)
2247 # BOOTSTRAPPING will be set on the command line so we can't override it here.
2248 # Instead set BOOTSTRAPPING_OSRELDATE so that the value 0 is set ${BSARGS}
2249 BOOTSTRAPPING_OSRELDATE:=       0
2250 .endif
2251
2252 .if ${MK_GAMES} != "no"
2253 _strfile=       usr.bin/fortune/strfile
2254 .endif
2255
2256 # vtfontcvt is used to build font files for loader and to generate
2257 # C source for loader built in font (8x16.c).
2258 _vtfontcvt=     usr.bin/vtfontcvt
2259
2260 # zic is used to compile timezone data
2261 .if ${MK_ZONEINFO} != "no"
2262 _zic=           usr.sbin/zic
2263 .endif
2264
2265 # If we are not building the bootstrap because BOOTSTRAPPING is sufficient
2266 # we symlink the host version to $WORLDTMP instead. By doing this we can also
2267 # detect when a bootstrap tool is being used without the required MK_FOO.
2268 # If you add a new bootstrap tool where we could also use the host version,
2269 # please ensure that you also add a .else case where you add the tool to the
2270 # _bootstrap_tools_links variable.
2271 .if ${BOOTSTRAPPING} < 1000033
2272 # Note: lex needs m4 to build but m4 also depends on lex (which needs m4 to
2273 # generate any files). To fix this cyclic dependency we can build a bootstrap
2274 # version of m4 (with pre-generated files) then use that to build the real m4.
2275 # We can't simply use the host m4 since e.g. the macOS version does not accept
2276 # the flags that are passed by lex.
2277 # For lex we also use the pre-gerated files since we would otherwise need to
2278 # build awk and sed first (which need lex to build)
2279 # TODO: add a _bootstrap_lex and then build the real lex afterwards
2280 _lex=           usr.bin/lex
2281 _m4=            tools/build/bootstrap-m4 usr.bin/m4
2282 ${_bt}-tools/build/bootstrap-m4: ${_bt}-usr.bin/lex ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc
2283 ${_bt}-usr.bin/m4: ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc ${_bt}-usr.bin/lex ${_bt}-tools/build/bootstrap-m4
2284 _bt_m4_depend=${_bt}-usr.bin/m4
2285 _bt_lex_depend=${_bt}-usr.bin/lex ${_bt_m4_depend}
2286 .else
2287 _bootstrap_tools_links+=m4 lex
2288 .endif
2289
2290 # ELF Tool Chain libraries are needed for ELF tools and dtrace tools.
2291 # r296685 fix cross-endian objcopy
2292 # r310724 fixed PR 215350, a crash in libdwarf with objects built by GCC 6.2.
2293 # r334881 added libdwarf constants used by ctfconvert.
2294 # r338478 fixed a crash in objcopy for mips64el objects
2295 # r339083 libelf: correct mips64el test to use ELF header
2296 # r348347 Add missing powerpc64 relocation support to libdwarf
2297 .if ${BOOTSTRAPPING} < 1300030
2298 _elftoolchain_libs= lib/libelf lib/libdwarf lib/libzstd
2299 ${_bt}-lib/libelf: ${_bt_m4_depend}
2300 ${_bt}-lib/libdwarf: ${_bt_m4_depend}
2301 .endif
2302
2303 # flua is required to regenerate syscall files.  It first appeared during the
2304 # 13.0-CURRENT cycle, thus needs to be built on -older releases and stable
2305 # branches.
2306 .if ${BOOTSTRAPPING} < 1300059
2307 ${_bt}-libexec/flua: ${_bt}-lib/liblua ${_bt}-lib/libucl
2308 _flua= lib/liblua lib/libucl libexec/flua
2309 .endif
2310
2311 # r245440 mtree -N support added
2312 # r313404 requires sha384.h for libnetbsd, added to libmd in r292782
2313 .if ${BOOTSTRAPPING} < 1100093
2314 _libnetbsd=     lib/libnetbsd
2315 _nmtree=        lib/libmd \
2316                 usr.sbin/nmtree
2317
2318 ${_bt}-lib/libnetbsd: ${_bt}-lib/libmd
2319 ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd
2320 .else
2321 _bootstrap_tools_links+=mtree
2322 .endif
2323
2324 # r246097: log addition login.conf.db, passwd, pwd.db, and spwd.db with cat -l
2325 .if ${BOOTSTRAPPING} < 1000027
2326 _cat=           bin/cat
2327 .else
2328 _bootstrap_tools_links+=cat
2329 .endif
2330
2331 # r277259 crunchide: Correct 64-bit section header offset
2332 # r281674 crunchide: always include both 32- and 64-bit ELF support
2333 .if ${BOOTSTRAPPING} < 1100078
2334 _crunchide=     usr.sbin/crunch/crunchide
2335 .else
2336 _bootstrap_tools_links+=crunchide
2337 .endif
2338
2339 # 1400052, 1300526, 1203507: Removed -dc from linker invocation
2340 .if ${BOOTSTRAPPING} < 1203507 || \
2341         (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300526) || \
2342         (${BOOTSTRAPPING} > 1400000 && ${BOOTSTRAPPING} < 1400052)
2343 _crunchgen=     usr.sbin/crunch/crunchgen
2344 .else
2345 _bootstrap_tools_links+=crunchgen
2346 .endif
2347
2348 .if ${MK_DISK_IMAGE_TOOLS_BOOTSTRAP} != "no"
2349 _etdump=        usr.bin/etdump
2350 _makefs=        usr.sbin/makefs
2351
2352 _libnetbsd=     lib/libnetbsd
2353 ${_bt}-usr.sbin/makefs: ${_bt}-lib/libnetbsd
2354
2355 .if defined(BOOTSTRAP_ALL_TOOLS)
2356 _libsbuf=       lib/libsbuf
2357 ${_bt}-usr.sbin/makefs: ${_bt}-lib/libsbuf
2358 .endif
2359 .endif
2360
2361 # 1300102: VHDX support
2362 .if ${BOOTSTRAPPING} < 1201520 || \
2363         (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300102) || \
2364         ${MK_DISK_IMAGE_TOOLS_BOOTSTRAP} != "no"
2365 _mkimg= usr.bin/mkimg
2366 .else
2367 _bootstrap_tools_links+=mkimg
2368 .endif
2369
2370 _yacc=          usr.bin/yacc
2371
2372 .if ${MK_BSNMP} != "no"
2373 _gensnmptree=   usr.sbin/bsnmpd/gensnmptree
2374 .endif
2375
2376
2377 # We need to build tblgen when we're building clang or lld, either as
2378 # bootstrap tools, or as the part of the normal build.
2379 # llvm-tblgen is also needed for various llvm binutils (e.g. objcopy).
2380 .if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no" || \
2381     ${MK_LLD_BOOTSTRAP} != "no" || ${MK_LLD} != "no" || \
2382     ${MK_LLDB} != "no" || ${MK_LLVM_BINUTILS} != "no"
2383 _clang_tblgen= \
2384         lib/clang/libllvmminimal \
2385         usr.bin/clang/llvm-tblgen
2386 .if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no" || \
2387     ${MK_LLDB} != "no"
2388 _clang_tblgen+= lib/clang/libclangminimal
2389 _clang_tblgen+= usr.bin/clang/clang-tblgen
2390 .endif
2391 .if ${MK_LLDB} != "no"
2392 _clang_tblgen+= usr.bin/clang/lldb-tblgen
2393 .endif
2394 ${_bt}-usr.bin/clang/clang-tblgen: ${_bt}-lib/clang/libllvmminimal
2395 ${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmminimal
2396 ${_bt}-usr.bin/clang/lldb-tblgen: ${_bt}-lib/clang/libllvmminimal
2397 .endif
2398
2399 # C.UTF-8 is always built in share/ctypes and we need localedef for that.
2400 _localedef=     usr.bin/localedef
2401 ${_bt}-usr.bin/localedef: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
2402
2403 .if ${MK_ICONV} != "no"
2404 _mkesdb=        usr.bin/mkesdb
2405 _mkcsmapper=    usr.bin/mkcsmapper
2406 ${_bt}-usr.bin/mkesdb: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
2407 ${_bt}-usr.bin/mkcsmapper: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
2408 .endif
2409
2410 .if ${MK_KERBEROS} != "no"
2411 _kerberos5_bootstrap_tools= \
2412         kerberos5/tools/make-roken \
2413         kerberos5/lib/libroken \
2414         kerberos5/lib/libvers \
2415         kerberos5/tools/asn1_compile \
2416         kerberos5/tools/slc \
2417         usr.bin/compile_et
2418
2419 .ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
2420 .for _tool in ${_kerberos5_bootstrap_tools}
2421 ${_bt}-${_tool}: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
2422 .endfor
2423 .endif
2424
2425 ${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd
2426
2427 # The tools listed in _basic_bootstrap_tools will generally not be
2428 # bootstrapped unless BOOTSTRAP_ALL_TOOL is set. However, when building on a
2429 # Linux or MacOS host the host versions are incompatible so we need to build
2430 # them from the source tree. Usually the link name will be the same as the subdir,
2431 # but some directories such as grep or test install multiple binaries. In that
2432 # case we use the _basic_bootstrap_tools_multilink variable which is a list of
2433 # subdirectory and comma-separated list of files.
2434 _basic_bootstrap_tools_multilink=usr.bin/grep grep,egrep,fgrep
2435 _basic_bootstrap_tools_multilink+=bin/test test,[
2436 # bootstrap tools needed by buildworld:
2437 _basic_bootstrap_tools+=usr.bin/cut bin/expr usr.bin/gencat usr.bin/join \
2438     usr.bin/mktemp bin/realpath bin/rmdir usr.bin/sed usr.bin/sort \
2439     usr.bin/truncate usr.bin/tsort
2440 # Some build scripts use nawk instead of awk (this happens at least in
2441 # cddl/contrib/opensolaris/lib/libdtrace/common/mknames.sh) so we need both awk
2442 # and nawk in ${WORLDTMP}/legacy/bin.
2443 _basic_bootstrap_tools_multilink+=usr.bin/awk awk,nawk
2444 # file2c is required for building usr.sbin/config:
2445 _basic_bootstrap_tools+=usr.bin/file2c
2446 # uuencode/uudecode required for share/tabset
2447 _basic_bootstrap_tools_multilink+=usr.bin/bintrans uuencode,uudecode
2448 # xargs is required by mkioctls
2449 _basic_bootstrap_tools+=usr.bin/xargs
2450 # cap_mkdb is required for share/termcap:
2451 _basic_bootstrap_tools+=usr.bin/cap_mkdb
2452 # services_mkdb/pwd_mkdb are required for installworld:
2453 _basic_bootstrap_tools+=usr.sbin/services_mkdb usr.sbin/pwd_mkdb
2454 # ldd is required for installcheck (TODO: just always use /usr/bin/ldd instead?)
2455 .if !defined(CROSSBUILD_HOST)
2456 # ldd is only needed for updating the running system so we don't need to
2457 # bootstrap ldd on non-FreeBSD systems
2458 _basic_bootstrap_tools+=usr.bin/ldd
2459 .endif
2460 # sysctl/chflags are required for installkernel:
2461 .if !defined(CROSSBUILD_HOST)
2462 _basic_bootstrap_tools+=bin/chflags
2463 # Note: sysctl does not bootstrap on FreeBSD < 13 anymore, but that doesn't
2464 # matter since we don't need any of the new features for the build.
2465 _bootstrap_tools_links+=sysctl
2466 .else
2467 # When building on non-FreeBSD, install a fake chflags instead since the
2468 # version from the source tree cannot work. We also don't need sysctl since we
2469 # are install with -DNO_ROOT.
2470 _other_bootstrap_tools+=tools/build/cross-build/fake_chflags
2471 .endif
2472 # mkfifo is used by sys/conf/newvers.sh
2473 _basic_bootstrap_tools+=usr.bin/mkfifo
2474 # jot is needed for the mkimg tests
2475 _basic_bootstrap_tools+=usr.bin/jot
2476
2477 .if ${MK_BOOT} != "no"
2478 # md5 is used by boot/beri (and possibly others)
2479 _basic_bootstrap_tools+=sbin/md5
2480 .endif
2481
2482 # tzsetup is needed as an install tool
2483 .if ${MK_ZONEINFO} != "no"
2484 _basic_bootstrap_tools+=usr.sbin/tzsetup
2485 .endif
2486
2487 .if defined(BOOTSTRAP_ALL_TOOLS)
2488 _other_bootstrap_tools+=${_basic_bootstrap_tools}
2489 .for _subdir _links in ${_basic_bootstrap_tools_multilink}
2490 _other_bootstrap_tools+=${_subdir}
2491 .endfor
2492 ${_bt}-usr.bin/awk: ${_bt_lex_depend} ${_bt}-usr.bin/yacc
2493 ${_bt}-bin/expr: ${_bt_lex_depend} ${_bt}-usr.bin/yacc
2494 # If we are bootstrapping file2c, we have to build it before config:
2495 ${_bt}-usr.sbin/config: ${_bt}-usr.bin/file2c ${_bt_lex_depend}
2496 # Note: no symlink to make/bmake in the !BOOTSTRAP_ALL_TOOLS case here since
2497 # the links to make/bmake make links will have already have been created in the
2498 # `make legacy` step. Not adding a link to make is important on non-FreeBSD
2499 # since "make" will usually point to GNU make there.
2500 _other_bootstrap_tools+=usr.bin/bmake
2501
2502 # Avoid dependency on host bz2 headers:
2503 _other_bootstrap_tools+=lib/libbz2
2504 ${_bt}-usr.bin/grep: ${_bt}-lib/libbz2
2505
2506 # libdwarf depends on libz
2507 _other_bootstrap_tools+=lib/libz
2508 ${_bt}-lib/libdwarf: ${_bt}-lib/libz
2509
2510 # libroken depends on libcrypt
2511 _other_bootstrap_tools+=lib/libcrypt
2512 ${_bt}-lib/libroken: ${_bt}-lib/libcrypt
2513 .else
2514 # All tools in _basic_bootstrap_tools have the same name as the subdirectory
2515 # so we can use :T to get the name of the symlinks that we need to create.
2516 _bootstrap_tools_links+=${_basic_bootstrap_tools:T}
2517 .for _subdir _links in ${_basic_bootstrap_tools_multilink}
2518 _bootstrap_tools_links+=${_links:S/,/ /g}
2519 .endfor
2520 .endif  # defined(BOOTSTRAP_ALL_TOOLS)
2521
2522 # Link the tools that we need for building but don't need to bootstrap because
2523 # the host version is known to be compatible into ${WORLDTMP}/legacy
2524 # We do this before building any of the bootstrap tools in case they depend on
2525 # the presence of any of the links (e.g. as m4/lex/awk)
2526 ${_bt}-links: .PHONY
2527
2528 .for _tool in ${_bootstrap_tools_links}
2529 ${_bt}-link-${_tool}: .PHONY
2530         @rm -f "${WORLDTMP}/legacy/bin/${_tool}"; \
2531         source_path=`which ${_tool}`; \
2532         if [ ! -e "$${source_path}" ] ; then \
2533                 echo "Cannot find host tool '${_tool}'"; false; \
2534         fi; \
2535         cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"
2536 ${_bt}-links: ${_bt}-link-${_tool}
2537 .endfor
2538
2539 bootstrap-tools: ${_bt}-links .PHONY
2540
2541 #       Please document (add comment) why something is in 'bootstrap-tools'.
2542 #       Try to bound the building of the bootstrap-tool to just the
2543 #       FreeBSD versions that need the tool built at this stage of the build.
2544 .for _tool in \
2545     ${_clang_tblgen} \
2546     ${_kerberos5_bootstrap_tools} \
2547     ${_strfile} \
2548     usr.bin/dtc \
2549     ${_cat} \
2550     ${_kbdcontrol} \
2551     ${_elftoolchain_libs} \
2552     lib/libopenbsd \
2553     usr.bin/mandoc \
2554     usr.bin/rpcgen \
2555     ${_yacc} \
2556     ${_m4} \
2557     ${_lex} \
2558     ${_other_bootstrap_tools} \
2559     usr.bin/xinstall \
2560     ${_gensnmptree} \
2561     usr.sbin/config \
2562     ${_flua} \
2563     ${_crunchide} \
2564     ${_crunchgen} \
2565     ${_etdump} \
2566     ${_libnetbsd} \
2567     ${_libsbuf} \
2568     ${_makefs} \
2569     ${_mkimg} \
2570     ${_nmtree} \
2571     ${_vtfontcvt} \
2572     ${_localedef} \
2573     ${_mkcsmapper} \
2574     ${_mkesdb} \
2575     ${_zic} \
2576     ${LOCAL_BSTOOL_DIRS}
2577 ${_bt}-${_tool}: ${_bt}-links .PHONY .MAKE
2578         ${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
2579                 cd ${.CURDIR}/${_tool}; \
2580                 if [ -z "${NO_OBJWALK}" ]; then ${MAKE} DIRPRFX=${_tool}/ obj; fi; \
2581                 if [ "${_tool}" = "usr.bin/lex" ]; then \
2582                         ${MAKE} DIRPRFX=${_tool}/ bootstrap; \
2583                 fi; \
2584                 ${MAKE} DIRPRFX=${_tool}/ all; \
2585                 ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${WORLDTMP}/legacy install
2586
2587 bootstrap-tools: ${_bt}-${_tool}
2588 .endfor
2589 .if target(${_bt}-lib/libmd)
2590 # If we are bootstrapping libmd (e.g. when building on macOS/Linux) add the
2591 # necessary dependencies:
2592 ${_bt}-usr.bin/sort: ${_bt}-lib/libmd
2593 ${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
2594 ${_bt}-sbin/md5: ${_bt}-lib/libmd
2595 .endif
2596
2597
2598 #
2599 # build-tools: Build special purpose build tools
2600 #
2601 .if !defined(NO_SHARE) && ${MK_SYSCONS} != "no"
2602 _share= share/syscons/scrnmaps
2603 .endif
2604
2605 .if ${MK_RESCUE} != "no"
2606 # rescue includes programs that have build-tools targets
2607 _rescue=rescue/rescue
2608 .endif
2609
2610 .if ${MK_TCSH} != "no"
2611 _tcsh=bin/csh
2612 .endif
2613 .if ${MK_FILE} != "no"
2614 _libmagic=lib/libmagic
2615 .endif
2616
2617 .if ${MK_PMC} != "no"
2618 _jevents=lib/libpmc/pmu-events
2619 .endif
2620
2621 # kernel-toolchain skips _cleanobj, so handle cleaning up previous
2622 # build-tools directories if needed.
2623 .if ${MK_CLEAN} == "yes" && make(kernel-toolchain)
2624 _bt_clean=      ${CLEANDIR}
2625 .endif
2626
2627 .for _tool in \
2628     ${_tcsh} \
2629     bin/sh \
2630     ${LOCAL_TOOL_DIRS} \
2631     ${_jevents} \
2632     lib/ncurses/tinfo \
2633     ${_rescue} \
2634     ${_share} \
2635     usr.bin/awk \
2636     ${_libmagic} \
2637     usr.bin/vi/catalog
2638 build-tools_${_tool}: .PHONY
2639         ${_+_}@${ECHODIR} "===> ${_tool} (${_bt_clean:D${_bt_clean},}obj,build-tools)"; \
2640                 cd ${.CURDIR}/${_tool}; \
2641                 if [ -n "${_bt_clean}" ]; then ${MAKE} DIRPRFX=${_tool}/ ${_bt_clean}; fi; \
2642                 if [ -z "${NO_OBJWALK}" ]; then ${MAKE} DIRPRFX=${_tool}/ obj; fi; \
2643                 ${MAKE} DIRPRFX=${_tool}/ build-tools
2644 build-tools: build-tools_${_tool}
2645 .endfor
2646
2647 #
2648 # kernel-tools: Build kernel-building tools
2649 #
2650 kernel-tools: .PHONY
2651         mkdir -p ${WORLDTMP}/usr
2652         ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
2653             -p ${WORLDTMP}/usr >/dev/null
2654
2655 #
2656 # cross-tools: All the tools needed to build the rest of the system after
2657 # we get done with the earlier stages. It is the last set of tools needed
2658 # to begin building the target binaries.
2659 #
2660 .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BUILD_WITH_STRICT_TMPPATH} != 0
2661 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
2662 _btxld=         usr.sbin/btxld
2663 .endif
2664 .endif
2665
2666 # Rebuild ctfconvert and ctfmerge to avoid difficult-to-diagnose failures
2667 # resulting from missing bug fixes or ELF Toolchain updates.
2668 .if ${MK_CDDL} != "no"
2669 _dtrace_tools= cddl/lib/libctf cddl/lib/libspl cddl/usr.bin/ctfconvert \
2670     cddl/usr.bin/ctfmerge
2671 .endif
2672
2673 # If we're given an XAS, don't build binutils.
2674 .if ${XAS:M/*} == ""
2675 .if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"
2676 _elftctools=    lib/libelftc \
2677                 lib/libpe \
2678                 usr.bin/elfctl \
2679                 usr.bin/elfdump \
2680                 usr.bin/objcopy \
2681                 usr.bin/nm \
2682                 usr.bin/size \
2683                 usr.bin/strings
2684 # These are not required by the build, but can be useful for developers who
2685 # cross-build on a FreeBSD 10 host:
2686 _elftctools+=   usr.bin/addr2line
2687 .endif
2688 .elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"
2689 # If cross-building with an external binutils we still need to build strip for
2690 # the target (for at least crunchide).
2691 _elftctools=    lib/libelftc \
2692                 lib/libpe \
2693                 usr.bin/elfctl \
2694                 usr.bin/elfdump \
2695                 usr.bin/objcopy
2696 .endif
2697
2698 .if ${MK_CLANG_BOOTSTRAP} != "no"
2699 _clang=         usr.bin/clang
2700 .endif
2701 .if ${MK_LLD_BOOTSTRAP} != "no"
2702 _lld=           usr.bin/clang/lld
2703 .endif
2704 .if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_LLD_BOOTSTRAP} != "no"
2705 _clang_libs=    lib/clang
2706 .endif
2707 .if ${MK_USB} != "no"
2708 _usb_tools=     stand/usb/tools
2709 .endif
2710
2711 .if ${BUILD_WITH_STRICT_TMPPATH} != 0 || defined(BOOTSTRAP_ALL_TOOLS)
2712 _ar=usr.bin/ar
2713 .endif
2714
2715 cross-tools: .MAKE .PHONY
2716 .for _tool in \
2717     ${LOCAL_XTOOL_DIRS} \
2718     ${_ar} \
2719     ${_clang_libs} \
2720     ${_clang} \
2721     ${_lld} \
2722     ${_elftctools} \
2723     ${_dtrace_tools} \
2724     ${_btxld} \
2725     ${_usb_tools}
2726         ${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
2727                 cd ${.CURDIR}/${_tool}; \
2728                 if [ -z "${NO_OBJWALK}" ]; then ${MAKE} DIRPRFX=${_tool}/ obj; fi; \
2729                 ${MAKE} DIRPRFX=${_tool}/ all; \
2730                 ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${WORLDTMP} install
2731 .endfor
2732
2733 #
2734 # native-xtools is the current target for qemu-user cross builds of ports
2735 # via poudriere and the imgact_binmisc kernel module.
2736 # This target merely builds a toolchan/sysroot, then builds the tools it wants
2737 # with the options it wants in a special MAKEOBJDIRPREFIX, using the toolchain
2738 # already built.  It then installs the static tools to NXBDESTDIR for Poudriere
2739 # to pickup.
2740 #
2741 NXBOBJROOT=     ${OBJROOT}${MACHINE}.${MACHINE_ARCH}/nxb/
2742 NXBOBJTOP=      ${NXBOBJROOT}${NXB_TARGET}.${NXB_TARGET_ARCH}
2743 NXTP?=          /nxb-bin
2744 .if ${NXTP:N/*}
2745 .error NXTP variable should be an absolute path
2746 .endif
2747 NXBDESTDIR?=    ${DESTDIR}${NXTP}
2748
2749 # This is the list of tools to be built/installed as static and where
2750 # appropriate to build for the given TARGET.TARGET_ARCH.
2751 NXBDIRS+= \
2752     bin/cat \
2753     bin/chmod \
2754     bin/cp \
2755     ${_tcsh} \
2756     bin/echo \
2757     bin/expr \
2758     bin/hostname \
2759     bin/ln \
2760     bin/ls \
2761     bin/mkdir \
2762     bin/mv \
2763     bin/ps \
2764     bin/realpath \
2765     bin/rm \
2766     bin/rmdir \
2767     bin/sh \
2768     bin/sleep \
2769     sbin/md5 \
2770     sbin/sysctl \
2771     usr.bin/addr2line \
2772     usr.bin/ar \
2773     usr.bin/awk \
2774     usr.bin/basename \
2775     usr.bin/bmake \
2776     usr.bin/bzip2 \
2777     usr.bin/cmp \
2778     usr.bin/diff \
2779     usr.bin/dirname \
2780     usr.bin/objcopy \
2781     usr.bin/env \
2782     usr.bin/fetch \
2783     usr.bin/find \
2784     usr.bin/grep \
2785     usr.bin/gzip \
2786     usr.bin/head \
2787     usr.bin/id \
2788     usr.bin/lex \
2789     usr.bin/limits \
2790     usr.bin/mandoc \
2791     usr.bin/mktemp \
2792     usr.bin/mt \
2793     usr.bin/nm \
2794     usr.bin/patch \
2795     usr.bin/readelf \
2796     usr.bin/sed \
2797     usr.bin/size \
2798     usr.bin/sort \
2799     usr.bin/strings \
2800     usr.bin/tar \
2801     usr.bin/touch \
2802     usr.bin/tr \
2803     usr.bin/true \
2804     usr.bin/uniq \
2805     usr.bin/unzip \
2806     usr.bin/wc \
2807     usr.bin/xargs \
2808     usr.bin/xinstall \
2809     usr.bin/xz \
2810     usr.bin/yacc \
2811     usr.sbin/chown
2812
2813 SUBDIR_DEPEND_usr.bin/clang=    lib/clang
2814 .if ${MK_CLANG} != "no"
2815 NXBDIRS+=       lib/clang
2816 NXBDIRS+=       usr.bin/clang
2817 .endif
2818 # XXX: native-xtools passes along ${NXBDIRS} in SUBDIR_OVERRIDE that needs
2819 # to be evaluated after NXBDIRS is set.
2820 .if make(install) && !empty(SUBDIR_OVERRIDE)
2821 SUBDIR= ${SUBDIR_OVERRIDE}
2822 .endif
2823
2824 NXBMAKEARGS+= \
2825         OBJTOP=${NXBOBJTOP:Q} \
2826         OBJROOT=${NXBOBJROOT:Q} \
2827         -DNO_SHARED \
2828         -DNO_CPU_CFLAGS \
2829         -DNO_PIC \
2830         MK_CASPER=no \
2831         MK_CLANG_EXTRAS=no \
2832         MK_CLANG_FORMAT=no \
2833         MK_CLANG_FULL=no \
2834         MK_CTF=no \
2835         MK_DEBUG_FILES=no \
2836         MK_HTML=no \
2837         MK_LLDB=no \
2838         MK_MAN=no \
2839         MK_MAN_UTILS=yes \
2840         MK_OFED=no \
2841         MK_OPENSSH=no \
2842         MK_PROFILE=no \
2843         MK_RETPOLINE=no \
2844         MK_SENDMAIL=no \
2845         MK_SSP=no \
2846         MK_TESTS=no \
2847         MK_WERROR=no \
2848         MK_ZFS=no
2849
2850 NXBMAKEENV+= \
2851         MAKEOBJDIRPREFIX=
2852
2853 # This should match all of the knobs in lib/Makefile that it takes to avoid
2854 # descending into lib/clang!
2855 NXBTNOTOOLS=    MK_CLANG=no MK_LLD=no MK_LLDB=no MK_LLVM_BINUTILS=no
2856
2857 .if make(native-xtools*) && \
2858     (!defined(NXB_TARGET) || !defined(NXB_TARGET_ARCH))
2859 .error Missing NXB_TARGET / NXB_TARGET_ARCH
2860 .endif
2861 # For 'toolchain' we want to produce native binaries that themselves generate
2862 # native binaries.
2863 NXBTMAKE=       ${NXBMAKEENV} ${MAKE} ${NXBMAKEARGS:N-DNO_PIC:N-DNO_SHARED} \
2864                 TARGET=${MACHINE} TARGET_ARCH=${MACHINE_ARCH}
2865 # For 'everything' we want to produce native binaries (hence -target to
2866 # be MACHINE) that themselves generate TARGET.TARGET_ARCH binaries.
2867 # TARGET/TARGET_ARCH are still passed along from user.
2868 #
2869 # Use the toolchain we create as an external toolchain.
2870 .if ${USING_SYSTEM_COMPILER} == "yes" || ${XCC:N${CCACHE_BIN}:M/*}
2871 NXBMAKE+=       XCC="${XCC}" \
2872                 XCXX="${XCXX}" \
2873                 XCPP="${XCPP}"
2874 .else
2875 NXBMAKE+=       XCC="${NXBOBJTOP}/tmp/usr/bin/cc" \
2876                 XCXX="${NXBOBJTOP}/tmp/usr/bin/c++" \
2877                 XCPP="${NXBOBJTOP}/tmp/usr/bin/cpp"
2878 .endif
2879 NXBMAKE+=       ${NXBMAKEENV} ${MAKE} -f Makefile.inc1 ${NXBMAKEARGS} \
2880                 MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH} \
2881                 TARGET=${NXB_TARGET} TARGET_ARCH=${NXB_TARGET_ARCH} \
2882                 TARGET_TRIPLE=${MACHINE_TRIPLE:Q}
2883 # NXBDIRS is improperly based on MACHINE rather than NXB_TARGET.  Need to
2884 # invoke a sub-make to reevaluate MK_CLANG, etc, for NXBDIRS.
2885 NXBMAKE+=       SUBDIR_OVERRIDE='$${NXBDIRS:M*}'
2886 # Need to avoid the -isystem logic when using clang as an external toolchain
2887 # even if the TARGET being built for wants GCC.
2888 NXBMAKE+=       WANT_COMPILER_TYPE='$${X_COMPILER_TYPE}'
2889 native-xtools: .PHONY
2890         ${_+_}cd ${.CURDIR}; ${NXBTMAKE} _cleanobj
2891         # Build the bootstrap/host/cross tools that produce native binaries
2892         ${_+_}cd ${.CURDIR}; ${NXBTMAKE} kernel-toolchain
2893         # Populate includes/libraries sysroot that produce native binaries.
2894         # This is split out from 'toolchain' above mostly so that target LLVM
2895         # libraries have a proper LLVM_DEFAULT_TARGET_TRIPLE without
2896         # polluting the cross-compiler build.  The LLVM libs are skipped
2897         # here to avoid the problem but are kept in 'toolchain' so that
2898         # needed build tools are built.
2899         ${_+_}cd ${.CURDIR}; ${NXBTMAKE} _includes ${NXBTNOTOOLS}
2900         ${_+_}cd ${.CURDIR}; ${NXBTMAKE} _libraries ${NXBTNOTOOLS}
2901 .if !defined(NO_OBJWALK)
2902         ${_+_}cd ${.CURDIR}; ${NXBMAKE} _obj
2903 .endif
2904         ${_+_}cd ${.CURDIR}; ${NXBMAKE} everything
2905         @echo ">> native-xtools done.  Use 'make native-xtools-install' to install to a given DESTDIR"
2906
2907 native-xtools-install: .PHONY
2908         mkdir -p ${NXBDESTDIR}/bin ${NXBDESTDIR}/sbin ${NXBDESTDIR}/usr
2909         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
2910             -p ${NXBDESTDIR}/usr >/dev/null
2911         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
2912             -p ${NXBDESTDIR}/usr/include >/dev/null
2913 .for d in ${LIBCOMPAT_INCLUDE_DIRS}
2914         mkdir -p ${NXBDESTDIR}/usr/include/${d}
2915 .endfor
2916         ${_+_}cd ${.CURDIR}; ${NXBMAKE} \
2917             DESTDIR=${NXBDESTDIR} \
2918             -DNO_ROOT \
2919             install
2920
2921 #
2922 # hierarchy - ensure that all the needed directories are present
2923 #
2924 hierarchy hier: .MAKE .PHONY
2925         ${_+_}cd ${.CURDIR}/etc; ${HMAKE} distrib-dirs
2926
2927 #
2928 # libraries - build all libraries, and install them under ${DESTDIR}.
2929 #
2930 # The list of libraries with dependents (${_prebuild_libs}) and their
2931 # interdependencies (__L) are built automatically by the
2932 # ${.CURDIR}/tools/make_libdeps.sh script.
2933 #
2934 libraries: .MAKE .PHONY
2935         ${_+_}cd ${.CURDIR}; \
2936             ${MAKE} -f Makefile.inc1 _prereq_libs; \
2937             ${MAKE} -f Makefile.inc1 _startup_libs; \
2938             ${MAKE} -f Makefile.inc1 _prebuild_libs; \
2939             ${MAKE} -f Makefile.inc1 _generic_libs
2940
2941 #
2942 # static libgcc.a prerequisite for shared libc
2943 #
2944 _prereq_libs= lib/libcompiler_rt
2945 .if ${MK_SSP} != "no"
2946 _prereq_libs+= lib/libssp_nonshared
2947 .endif
2948 .if ${MK_ASAN} != "no"
2949 _prereq_libs+=  lib/libclang_rt/asan
2950 _prereq_libs+=  lib/libclang_rt/asan-preinit
2951 _prereq_libs+=  lib/libclang_rt/asan_cxx
2952 .endif
2953 .if ${MK_UBSAN} != "no"
2954 _prereq_libs+=  lib/libclang_rt/ubsan_minimal
2955 _prereq_libs+=  lib/libclang_rt/ubsan_standalone
2956 _prereq_libs+=  lib/libclang_rt/ubsan_standalone_cxx
2957 .endif
2958
2959 # These dependencies are not automatically generated:
2960 #
2961 # lib/csu and lib/libc must be built before
2962 # all shared libraries for ELF.
2963 #
2964 _startup_libs=  lib/csu
2965 _startup_libs+= lib/libc
2966 _startup_libs+= lib/libc_nonshared
2967 _startup_libs+= lib/libcxxrt
2968
2969 _prereq_libs+=  lib/libgcc_eh lib/libgcc_s
2970 _startup_libs+= lib/libgcc_eh lib/libgcc_s
2971
2972 lib/libgcc_s__L: lib/libc__L
2973 lib/libgcc_s__L: lib/libc_nonshared__L
2974 lib/libcxxrt__L: lib/libgcc_s__L
2975
2976 _prebuild_libs= ${_kerberos5_lib_libasn1} \
2977                 ${_kerberos5_lib_libhdb} \
2978                 ${_kerberos5_lib_libheimbase} \
2979                 ${_kerberos5_lib_libheimntlm} \
2980                 ${_libsqlite3} \
2981                 ${_kerberos5_lib_libheimipcc} \
2982                 ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \
2983                 ${_kerberos5_lib_libroken} \
2984                 ${_kerberos5_lib_libwind} \
2985                 lib/libbz2 ${_libcom_err} lib/libcrypt \
2986                 lib/libc++ \
2987                 lib/libelf lib/libexpat \
2988                 lib/libfigpar \
2989                 ${_lib_libgssapi} \
2990                 lib/libjail \
2991                 lib/libkiconv lib/libkvm lib/liblzma lib/libmd lib/libnv \
2992                 lib/libzstd \
2993                 ${_lib_casper} \
2994                 lib/ncurses/tinfo \
2995                 lib/ncurses/ncurses \
2996                 lib/ncurses/form \
2997                 lib/libpam/libpam lib/libthr \
2998                 ${_lib_libradius} lib/libsbuf lib/libtacplus \
2999                 lib/libgeom \
3000                 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
3001                 ${_cddl_lib_libuutil} \
3002                 ${_cddl_lib_libavl} \
3003                 ${_cddl_lib_libicp} \
3004                 ${_cddl_lib_libicp_rescue} \
3005                 ${_cddl_lib_libspl} \
3006                 ${_cddl_lib_libtpool} \
3007                 ${_cddl_lib_libzfs_core} ${_cddl_lib_libzfs} \
3008                 ${_cddl_lib_libzutil} \
3009                 ${_cddl_lib_libctf} ${_cddl_lib_libzfsbootenv} \
3010                 lib/libufs \
3011                 lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/msun \
3012                 ${_secure_lib_libcrypto} ${_secure_lib_libssl} \
3013                 ${_lib_libldns} ${_secure_lib_libssh}
3014
3015 .if ${MK_DIALOG} != "no"
3016 _prebuild_libs+= gnu/lib/libdialog
3017 gnu/lib/libdialog__L: lib/msun__L lib/ncurses/tinfo__L lib/ncurses/ncurses__L
3018 .endif
3019
3020 .if ${MK_GOOGLETEST} != "no"
3021 _prebuild_libs+= lib/libregex
3022 .endif
3023
3024 lib/libgeom__L: lib/libexpat__L lib/libsbuf__L
3025 lib/libkvm__L: lib/libelf__L
3026
3027 .if ${MK_RADIUS_SUPPORT} != "no"
3028 _lib_libradius= lib/libradius
3029 .endif
3030
3031 lib/ncurses/ncurses__L: lib/ncurses/tinfo__L
3032 lib/ncurses/form__L: lib/ncurses/ncurses__L
3033
3034 .if ${MK_OFED} != "no"
3035 _prebuild_libs+= \
3036         lib/ofed/libibverbs \
3037         lib/ofed/libibmad \
3038         lib/ofed/libibumad \
3039         lib/ofed/complib \
3040         lib/ofed/libmlx5
3041
3042 lib/ofed/libibmad__L:   lib/ofed/libibumad__L
3043 lib/ofed/complib__L:    lib/libthr__L
3044 lib/ofed/libmlx5__L:    lib/ofed/libibverbs__L lib/libthr__L
3045 .endif
3046
3047 .if ${MK_CASPER} != "no"
3048 _lib_casper=    lib/libcasper
3049 .endif
3050
3051 lib/libpjdlog__L: lib/libutil__L
3052 lib/libcasper__L: lib/libnv__L
3053 lib/liblzma__L: lib/libmd__L lib/libthr__L
3054 lib/libzstd__L: lib/libthr__L
3055
3056 _generic_libs=  ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib}
3057 .if ${MK_IPFILTER} != "no"
3058 _generic_libs+= sbin/ipf/libipf
3059 .endif
3060 .for _DIR in ${LOCAL_LIB_DIRS}
3061 .if ${_DIR} == ".WAIT"  || (empty(_generic_libs:M${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile))
3062 _generic_libs+= ${_DIR}
3063 .endif
3064 .endfor
3065
3066 lib/libtacplus__L: lib/libmd__L lib/libpam/libpam__L
3067
3068 .if ${MK_CDDL} != "no"
3069 _cddl_lib_libumem= cddl/lib/libumem
3070 _cddl_lib_libnvpair= cddl/lib/libnvpair
3071 _cddl_lib_libavl= cddl/lib/libavl
3072 _cddl_lib_libuutil= cddl/lib/libuutil
3073 _cddl_lib_libspl= cddl/lib/libspl
3074
3075 cddl/lib/libavl__L: cddl/lib/libspl__L
3076 cddl/lib/libnvpair__L: cddl/lib/libspl__L
3077 cddl/lib/libuutil__L: cddl/lib/libavl__L cddl/lib/libspl__L
3078
3079 .if ${MK_ZFS} != "no"
3080 _cddl_lib_libicp= cddl/lib/libicp
3081 _cddl_lib_libicp_rescue= cddl/lib/libicp_rescue
3082 _cddl_lib_libtpool= cddl/lib/libtpool
3083 _cddl_lib_libzutil= cddl/lib/libzutil
3084 _cddl_lib_libzfs_core= cddl/lib/libzfs_core
3085 _cddl_lib_libzfs= cddl/lib/libzfs
3086 _cddl_lib_libzfsbootenv= cddl/lib/libzfsbootenv
3087
3088 cddl/lib/libtpool__L: cddl/lib/libspl__L
3089
3090 cddl/lib/libzutil__L: cddl/lib/libavl__L lib/libgeom__L lib/msun__L cddl/lib/libtpool__L
3091
3092 cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L cddl/lib/libspl__L cddl/lib/libzutil__L
3093
3094 cddl/lib/libzfs__L: cddl/lib/libzfs_core__L lib/msun__L lib/libutil__L
3095 cddl/lib/libzfs__L: lib/libthr__L lib/libmd__L lib/libz__L cddl/lib/libumem__L
3096 cddl/lib/libzfs__L: cddl/lib/libuutil__L cddl/lib/libavl__L lib/libgeom__L
3097 cddl/lib/libzfs__L: cddl/lib/libnvpair__L cddl/lib/libzutil__L
3098 cddl/lib/libzfs__L: secure/lib/libcrypto__L
3099
3100 cddl/lib/libzfsbootenv__L: cddl/lib/libzfs__L
3101 lib/libbe__L: cddl/lib/libzfs__L cddl/lib/libzfsbootenv__L
3102 .endif
3103 _cddl_lib_libctf= cddl/lib/libctf
3104 _cddl_lib= cddl/lib
3105 cddl/lib/libctf__L: lib/libz__L cddl/lib/libspl__L
3106 .endif
3107 # cddl/lib/libdtrace requires lib/libproc and lib/librtld_db
3108 _prebuild_libs+=        lib/libprocstat lib/libproc lib/librtld_db
3109 lib/libprocstat__L: lib/libelf__L lib/libkvm__L lib/libutil__L
3110 lib/libproc__L: lib/libprocstat__L
3111 lib/librtld_db__L: lib/libprocstat__L
3112
3113 .if ${MK_CRYPT} != "no"
3114 .if ${MK_OPENSSL} != "no"
3115 _secure_lib_libcrypto= secure/lib/libcrypto
3116 _secure_lib_libssl= secure/lib/libssl
3117 lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
3118 secure/lib/libcrypto__L: lib/libthr__L
3119 .if ${MK_LDNS} != "no"
3120 _lib_libldns= lib/libldns
3121 lib/libldns__L: secure/lib/libssl__L
3122 .endif
3123 .if ${MK_OPENSSH} != "no"
3124 _secure_lib_libssh= secure/lib/libssh
3125 secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
3126 .if ${MK_LDNS} != "no"
3127 secure/lib/libssh__L: lib/libldns__L
3128 .endif
3129 .if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no"
3130 secure/lib/libssh__L: lib/libgssapi__L kerberos5/lib/libkrb5__L \
3131     kerberos5/lib/libhx509__L kerberos5/lib/libasn1__L lib/libcom_err__L \
3132     lib/libmd__L kerberos5/lib/libroken__L
3133 .endif
3134 .endif
3135 .endif
3136 _secure_lib=    secure/lib
3137 .endif
3138
3139 .if ${MK_KERBEROS} != "no"
3140 kerberos5/lib/libasn1__L: lib/libcom_err__L kerberos5/lib/libroken__L
3141 kerberos5/lib/libhdb__L: kerberos5/lib/libasn1__L lib/libcom_err__L \
3142     kerberos5/lib/libkrb5__L kerberos5/lib/libroken__L \
3143     kerberos5/lib/libwind__L lib/libsqlite3__L
3144 kerberos5/lib/libheimntlm__L: secure/lib/libcrypto__L kerberos5/lib/libkrb5__L \
3145     kerberos5/lib/libroken__L lib/libcom_err__L
3146 kerberos5/lib/libhx509__L: kerberos5/lib/libasn1__L lib/libcom_err__L \
3147     secure/lib/libcrypto__L kerberos5/lib/libroken__L kerberos5/lib/libwind__L
3148 kerberos5/lib/libkrb5__L: kerberos5/lib/libasn1__L lib/libcom_err__L \
3149     lib/libcrypt__L secure/lib/libcrypto__L kerberos5/lib/libhx509__L \
3150     kerberos5/lib/libroken__L kerberos5/lib/libwind__L \
3151     kerberos5/lib/libheimbase__L kerberos5/lib/libheimipcc__L
3152 kerberos5/lib/libroken__L: lib/libcrypt__L
3153 kerberos5/lib/libwind__L: kerberos5/lib/libroken__L lib/libcom_err__L
3154 kerberos5/lib/libheimbase__L: lib/libthr__L
3155 kerberos5/lib/libheimipcc__L: kerberos5/lib/libroken__L kerberos5/lib/libheimbase__L lib/libthr__L
3156 .endif
3157
3158 lib/libsqlite3__L: lib/libthr__L
3159
3160 .if ${MK_GSSAPI} != "no"
3161 _lib_libgssapi= lib/libgssapi
3162 .endif
3163
3164 .if ${MK_KERBEROS} != "no"
3165 _kerberos5_lib= kerberos5/lib
3166 _kerberos5_lib_libasn1= kerberos5/lib/libasn1
3167 _kerberos5_lib_libhdb= kerberos5/lib/libhdb
3168 _kerberos5_lib_libheimbase= kerberos5/lib/libheimbase
3169 _kerberos5_lib_libkrb5= kerberos5/lib/libkrb5
3170 _kerberos5_lib_libhx509= kerberos5/lib/libhx509
3171 _kerberos5_lib_libroken= kerberos5/lib/libroken
3172 _kerberos5_lib_libheimntlm= kerberos5/lib/libheimntlm
3173 _libsqlite3= lib/libsqlite3
3174 _kerberos5_lib_libheimipcc= kerberos5/lib/libheimipcc
3175 _kerberos5_lib_libwind= kerberos5/lib/libwind
3176 _libcom_err= lib/libcom_err
3177 .endif
3178
3179 .if ${MK_NIS} != "no"
3180 _lib_libypclnt= lib/libypclnt
3181 .endif
3182
3183 .if ${MK_OPENSSL} == "no"
3184 lib/libradius__L: lib/libmd__L
3185 .endif
3186
3187 lib/libproc__L: \
3188     ${_cddl_lib_libctf:D${_cddl_lib_libctf}__L} \
3189     lib/libelf__L lib/librtld_db__L lib/libutil__L lib/libcxxrt__L
3190
3191 .for _lib in ${_prereq_libs}
3192 ${_lib}__PL: .PHONY .MAKE
3193 .if !defined(_MKSHOWCONFIG) && exists(${.CURDIR}/${_lib})
3194         ${_+_}@${ECHODIR} "===> ${_lib} (obj,all,install)"; \
3195                 cd ${.CURDIR}/${_lib}; \
3196                 if [ -z "${NO_OBJWALK}" ]; then ${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ obj; fi; \
3197                 ${MAKE} MK_TESTS=no MK_PROFILE=no -DNO_PIC \
3198                     DIRPRFX=${_lib}/ all; \
3199                 ${MAKE} MK_TESTS=no MK_PROFILE=no -DNO_PIC \
3200                     DIRPRFX=${_lib}/ install
3201 .endif
3202 .endfor
3203
3204 .for _lib in ${_startup_libs} ${_prebuild_libs} ${_generic_libs}
3205 ${_lib}__L: .PHONY .MAKE
3206 .if !defined(_MKSHOWCONFIG) && exists(${.CURDIR}/${_lib})
3207         ${_+_}@${ECHODIR} "===> ${_lib} (obj,all,install)"; \
3208                 cd ${.CURDIR}/${_lib}; \
3209                 if [ -z "${NO_OBJWALK}" ]; then ${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ obj; fi; \
3210                 ${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ all; \
3211                 ${MAKE} MK_TESTS=no DIRPRFX=${_lib}/ install
3212 .endif
3213 .endfor
3214
3215 _prereq_libs: ${_prereq_libs:S/$/__PL/}
3216 _startup_libs: ${_startup_libs:S/$/__L/}
3217 _prebuild_libs: ${_prebuild_libs:S/$/__L/}
3218 _generic_libs: ${_generic_libs:S/$/__L/}
3219
3220 # Enable SUBDIR_PARALLEL when not calling 'make all', unless called from
3221 # 'everything' with _PARALLEL_SUBDIR_OK set.  This is because it is unlikely
3222 # that running 'make all' from the top-level, especially with a SUBDIR_OVERRIDE
3223 # or LOCAL_DIRS set, will have a reliable build if SUBDIRs are built in
3224 # parallel.  This is safe for the world stage of buildworld though since it has
3225 # already built libraries in a proper order and installed includes into
3226 # WORLDTMP. Special handling is done for SUBDIR ordering for 'install*' to
3227 # avoid trashing a system if it crashes mid-install.
3228 .if !make(all) || defined(_PARALLEL_SUBDIR_OK)
3229 SUBDIR_PARALLEL=
3230 .endif
3231
3232 .include <bsd.subdir.mk>
3233
3234 .if make(check-old) || make(check-old-dirs) || \
3235     make(check-old-files) || make(check-old-libs) || \
3236     make(delete-old) || make(delete-old-dirs) || \
3237     make(delete-old-files) || make(delete-old-libs) || \
3238     make(list-old-dirs) || make(list-old-files) || make(list-old-libs)
3239
3240 #
3241 # check for / delete old files section
3242 #
3243
3244 .include "ObsoleteFiles.inc"
3245
3246 OLD_LIBS_MESSAGE="Please be sure no application still uses those libraries, \
3247 else you can not start such an application. Consult UPDATING for more \
3248 information regarding how to cope with the removal/revision bump of a \
3249 specific library."
3250
3251 .if !defined(BATCH_DELETE_OLD_FILES)
3252 RM_I=-i
3253 .else
3254 RM_I=-fv
3255 .endif
3256
3257 list-old-files: .PHONY
3258         @cd ${.CURDIR}; \
3259         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} ${.TARGET} \
3260             -V "OLD_FILES:ts\n" -V "OLD_FILES:Musr/share/*.gz:R:ts\n" \
3261             ${_ALL_libcompats:@v@-V "OLD_FILES:Mlib/*.so.*:S,^lib,usr/lib$v,:ts\n"@} \
3262             ${_ALL_libcompats:@v@-V "OLD_FILES:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} | \
3263         sort
3264
3265 delete-old-files: .PHONY
3266         @echo ">>> Removing old files (only deletes safe to delete libs)"
3267 # Ask for every old file if the user really wants to remove it.
3268 # It's annoying, but better safe than sorry.
3269 # NB: We cannot pass the list of OLD_FILES as a parameter because the
3270 # argument list will get too long. Using .for/.endfor make "loops" will make
3271 # the Makefile parser segfault.
3272         @exec 3<&0; \
3273         cd ${.CURDIR}; \
3274         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-files | \
3275         while read file; do \
3276                 if [ -f "${DESTDIR}/$${file}" -o -L "${DESTDIR}/$${file}" ]; then \
3277                         chflags noschg "${DESTDIR}/$${file}" 2>/dev/null || true; \
3278                         rm ${RM_I} "${DESTDIR}/$${file}" <&3; \
3279                 fi; \
3280                 for ext in debug symbols; do \
3281                   if ! [ -e "${DESTDIR}/$${file}" ] && [ -f \
3282                       "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" ]; then \
3283                           rm ${RM_I} "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" \
3284                               <&3; \
3285                   fi; \
3286                 done; \
3287         done
3288 # Remove catpages without corresponding manpages.
3289         @exec 3<&0; \
3290         find ${DESTDIR}/usr/share/man/cat* ! -type d 2>/dev/null | sort | \
3291         sed -ep -e's:${DESTDIR}/usr/share/man/cat:${DESTDIR}/usr/share/man/man:' | \
3292         while read catpage; do \
3293                 read manpage; \
3294                 if [ ! -e "$${manpage}" ]; then \
3295                         rm ${RM_I} $${catpage} <&3; \
3296                 fi; \
3297         done
3298         @echo ">>> Old files removed"
3299
3300 check-old-files: .PHONY
3301         @echo ">>> Checking for old files"
3302         @cd ${.CURDIR}; \
3303         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-files | \
3304         while read file; do \
3305                 if [ -f "${DESTDIR}/$${file}" -o -L "${DESTDIR}/$${file}" ]; then \
3306                         echo "${DESTDIR}/$${file}"; \
3307                 fi; \
3308                 for ext in debug symbols; do \
3309                   if [ -f "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" ]; then \
3310                           echo "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}"; \
3311                   fi; \
3312                 done; \
3313         done
3314 # Check for catpages without corresponding manpages.
3315         @find ${DESTDIR}/usr/share/man/cat* ! -type d 2>/dev/null | \
3316         sed -ep -e's:${DESTDIR}/usr/share/man/cat:${DESTDIR}/usr/share/man/man:' | \
3317         while read catpage; do \
3318                 read manpage; \
3319                 if [ ! -e "$${manpage}" ]; then \
3320                         echo $${catpage}; \
3321                 fi; \
3322         done | sort
3323
3324 list-old-libs: .PHONY
3325         @cd ${.CURDIR}; \
3326         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} ${.TARGET} \
3327             -V "OLD_LIBS:ts\n" -V "MOVED_LIBS:ts\n" \
3328             ${_ALL_libcompats:@v@-V "OLD_LIBS:Mlib/*:S,^lib,usr/lib$v,:ts\n"@} \
3329             ${_ALL_libcompats:@v@-V "OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} | \
3330             ${_ALL_libcompats:@v@-V "OLD_LIBS:Mlib/casper/*:S,^lib/casper,usr/lib$v,:ts\n"@} | \
3331         sort
3332
3333 delete-old-libs: .PHONY
3334         @echo ">>> Removing old libraries"
3335         @echo "${OLD_LIBS_MESSAGE}" | fmt
3336         @exec 3<&0; \
3337         cd ${.CURDIR}; \
3338         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-libs | \
3339         while read file; do \
3340                 if [ -f "${DESTDIR}/$${file}" -o -L "${DESTDIR}/$${file}" ]; then \
3341                         chflags noschg "${DESTDIR}/$${file}" 2>/dev/null || true; \
3342                         rm ${RM_I} "${DESTDIR}/$${file}" <&3; \
3343                 fi; \
3344                 for ext in debug symbols; do \
3345                   if ! [ -e "${DESTDIR}/$${file}" ] && [ -f \
3346                       "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" ]; then \
3347                           rm ${RM_I} "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" \
3348                               <&3; \
3349                   fi; \
3350                 done; \
3351         done
3352         @echo ">>> Old libraries removed"
3353
3354 check-old-libs: .PHONY
3355         @echo ">>> Checking for old libraries"
3356         @cd ${.CURDIR}; \
3357         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-libs | \
3358         while read file; do \
3359                 if [ -f "${DESTDIR}/$${file}" -o -L "${DESTDIR}/$${file}" ]; then \
3360                         echo "${DESTDIR}/$${file}"; \
3361                 fi; \
3362                 for ext in debug symbols; do \
3363                   if [ -f "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" ]; then \
3364                           echo "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}"; \
3365                   fi; \
3366                 done; \
3367         done
3368
3369 list-old-dirs: .PHONY
3370         @cd ${.CURDIR}; \
3371         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} ${.TARGET} \
3372             -V OLD_DIRS | sed -E 's/[[:space:]]+/\n/g' | sort -r
3373
3374 delete-old-dirs: .PHONY
3375         @echo ">>> Removing old directories"
3376         @cd ${.CURDIR}; \
3377         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-dirs | \
3378         while read dir; do \
3379                 if [ -d "${DESTDIR}/$${dir}" ]; then \
3380                         rmdir -v "${DESTDIR}/$${dir}" || true; \
3381                 elif [ -L "${DESTDIR}/$${dir}" ]; then \
3382                         echo "${DESTDIR}/$${dir} is a link, please remove everything manually."; \
3383                 fi; \
3384                 if [ -d "${DESTDIR}${DEBUGDIR}/$${dir}" ]; then \
3385                         rmdir -v "${DESTDIR}${DEBUGDIR}/$${dir}" || true; \
3386                 elif [ -L "${DESTDIR}${DEBUGDIR}/$${dir}" ]; then \
3387                         echo "${DESTDIR}${DEBUGDIR}/$${dir} is a link, please remove everything manually."; \
3388                 fi; \
3389         done
3390         @echo ">>> Old directories removed"
3391
3392 check-old-dirs: .PHONY
3393         @echo ">>> Checking for old directories"
3394         @cd ${.CURDIR}; \
3395         ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} list-old-dirs | \
3396         while read dir; do \
3397                 if [ -d "${DESTDIR}/$${dir}" ]; then \
3398                         echo "${DESTDIR}/$${dir}"; \
3399                 elif [ -L "${DESTDIR}/$${dir}" ]; then \
3400                         echo "${DESTDIR}/$${dir} is a link, please remove everything manually."; \
3401                 fi; \
3402                 if [ -d "${DESTDIR}${DEBUGDIR}/$${dir}" ]; then \
3403                         echo "${DESTDIR}${DEBUGDIR}/$${dir}"; \
3404                 elif [ -L "${DESTDIR}${DEBUGDIR}/$${dir}" ]; then \
3405                         echo "${DESTDIR}${DEBUGDIR}/$${dir} is a link, please remove everything manually."; \
3406                 fi; \
3407         done
3408
3409 delete-old: delete-old-files delete-old-dirs .PHONY
3410         @echo "To remove old libraries run '${MAKE_CMD} delete-old-libs'."
3411
3412 check-old: check-old-files check-old-libs check-old-dirs .PHONY
3413         @echo "To remove old files and directories run '${MAKE_CMD} delete-old'."
3414         @echo "To remove old libraries run '${MAKE_CMD} delete-old-libs'."
3415
3416 .endif
3417
3418 #
3419 # showconfig - show build configuration.
3420 #
3421 # ignore lower case knobs (not for use with WITH*)
3422 #
3423 showconfig: .PHONY
3424         @(${MAKE} -n -f ${.CURDIR}/sys/conf/kern.opts.mk -V dummy -dg1 UPDATE_DEPENDFILE=no NO_OBJ=yes MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH}; \
3425           ${MAKE} -n -f ${.CURDIR}/share/mk/src.opts.mk -V dummy -dg1 UPDATE_DEPENDFILE=no NO_OBJ=yes) 2>&1 | grep '^MK_[A-Z]' | sort -u
3426
3427 .if !empty(KRNLOBJDIR) && !empty(KERNCONF)
3428 DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
3429
3430 .if !defined(FDT_DTS_FILE) || empty(FDT_DTS_FILE)
3431 .if !defined(_MKSHOWCONFIG) && exists(${KERNCONFDIR}/${KERNCONF})
3432 FDT_DTS_FILE!= awk 'BEGIN {FS="="} /^makeoptions[[:space:]]+FDT_DTS_FILE/ {print $$2}' \
3433         '${KERNCONFDIR}/${KERNCONF}' ; echo
3434 .endif
3435 .endif
3436
3437 .endif
3438
3439 .if !defined(DTBOUTPUTPATH) || !exists(${DTBOUTPUTPATH})
3440 DTBOUTPUTPATH= ${.CURDIR}
3441 .endif
3442
3443 #
3444 # Build 'standalone' Device Tree Blob
3445 #
3446 builddtb: .PHONY
3447         @PATH=${TMPPATH:Q} MACHINE=${TARGET} \
3448         sh ${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
3449             "${FDT_DTS_FILE}" ${DTBOUTPUTPATH}
3450
3451 ###############
3452
3453 # cleanworld
3454 # In the following, the first 'rm' in a series will usually remove all
3455 # files and directories.  If it does not, then there are probably some
3456 # files with file flags set, so this unsets them and tries the 'rm' a
3457 # second time.  There are situations where this target will be cleaning
3458 # some directories via more than one method, but that duplication is
3459 # needed to correctly handle all the possible situations.  Removing all
3460 # files without file flags set in the first 'rm' instance saves time,
3461 # because 'chflags' will need to operate on fewer files afterwards.
3462 #
3463 # It is expected that BW_CANONICALOBJDIR == the CANONICALOBJDIR as would be
3464 # created by bsd.obj.mk, except that we don't want to .include that file
3465 # in this makefile.  We don't do a cleandir walk if MK_AUTO_OBJ is yes
3466 # since it is not possible for files to land in the wrong place.
3467 #
3468 .if make(cleanworld)
3469 BW_CANONICALOBJDIR:=${OBJTOP}/
3470 .elif make(cleankernel)
3471 BW_CANONICALOBJDIR:=${KRNLOBJDIR}/${KERNCONF}/
3472 .elif make(cleanuniverse)
3473 BW_CANONICALOBJDIR:=${OBJROOT}
3474 .if ${MK_UNIFIED_OBJDIR} == "no"
3475 .error ${.TARGETS} only supported with WITH_UNIFIED_OBJDIR enabled.
3476 .endif
3477 .endif
3478 cleanworld cleanuniverse cleankernel: .PHONY
3479 .if !empty(BW_CANONICALOBJDIR) && exists(${BW_CANONICALOBJDIR}) && \
3480     ${.CURDIR:tA} != ${BW_CANONICALOBJDIR:tA}
3481         -(cd ${BW_CANONICALOBJDIR} && rm -rf *)
3482         -chflags -R 0 ${BW_CANONICALOBJDIR}
3483         -(cd ${BW_CANONICALOBJDIR} && rm -rf *)
3484 .endif
3485 .if make(cleanworld) && ${MK_AUTO_OBJ} == "no" && \
3486     (empty(BW_CANONICALOBJDIR) || ${.CURDIR:tA} == ${BW_CANONICALOBJDIR:tA})
3487 .if ${.CURDIR} == ${.OBJDIR} || ${.CURDIR}/obj == ${.OBJDIR}
3488         #   To be safe in this case, fall back to a 'make cleandir'
3489         ${_+_}@cd ${.CURDIR}; ${MAKE} cleandir
3490 .endif
3491 .endif
3492
3493 .if ${TARGET} == ${MACHINE} && ${TARGET_ARCH} == ${MACHINE_ARCH}
3494 XDEV_CPUTYPE?=${CPUTYPE}
3495 .else
3496 XDEV_CPUTYPE?=${TARGET_CPUTYPE}
3497 .endif
3498
3499 NOFUN=-DNO_FSCHG MK_HTML=no -DNO_LINT \
3500         MK_MAN=no MK_NLS=no MK_PROFILE=no \
3501         MK_KERBEROS=no MK_RESCUE=no MK_TESTS=no MK_WERROR=no \
3502         TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
3503         CPUTYPE=${XDEV_CPUTYPE}
3504
3505 XDDIR=${TARGET_ARCH}-freebsd
3506 XDTP?=/usr/${XDDIR}
3507 .if ${XDTP:N/*}
3508 .error XDTP variable should be an absolute path
3509 .endif
3510
3511 CDBOBJROOT=     ${OBJROOT}${MACHINE}.${MACHINE_ARCH}/xdev/
3512 CDBOBJTOP=      ${CDBOBJROOT}${XDDIR}
3513 CDBENV= \
3514         INSTALL="sh ${.CURDIR}/tools/install.sh"
3515 CDENV= ${CDBENV} \
3516         TOOLS_PREFIX=${XDTP}
3517 CDMAKEARGS= \
3518         OBJTOP=${CDBOBJTOP:Q} \
3519         OBJROOT=${CDBOBJROOT:Q}
3520 CD2MAKEARGS= ${CDMAKEARGS}
3521
3522 .if ${WANT_COMPILER_TYPE} == gcc || \
3523     (defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
3524 # GCC requires -isystem and -L when using a cross-compiler.  --sysroot
3525 # won't set header path and -L is used to ensure the base library path
3526 # is added before the port PREFIX library path.
3527 CD2CFLAGS+=     -isystem ${XDDESTDIR}/usr/include -L${XDDESTDIR}/usr/lib
3528 # GCC requires -B to find /usr/lib/crti.o when using a cross-compiler
3529 # combined with --sysroot.
3530 CD2CFLAGS+=     -B${XDDESTDIR}/usr/lib
3531 # Force using libc++ for external GCC.
3532 .if defined(X_COMPILER_TYPE) && \
3533     ${X_COMPILER_TYPE} == gcc && ${X_COMPILER_VERSION} >= 40800
3534 CD2CXXFLAGS+=   -isystem ${XDDESTDIR}/usr/include/c++/v1 -std=c++11 \
3535                 -nostdinc++
3536 .endif
3537 .endif
3538 CD2CFLAGS+=     --sysroot=${XDDESTDIR}/
3539 CD2ENV=${CDENV} CC="${CC} ${CD2CFLAGS}" CXX="${CXX} ${CD2CXXFLAGS} ${CD2CFLAGS}" \
3540         CPP="${CPP} ${CD2CFLAGS}" \
3541         MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH}
3542
3543 CDTMP=  ${OBJTOP}/${XDDIR}/tmp
3544 CDMAKE=${CDENV} PATH=${CDTMP:Q}/usr/bin:${PATH:Q} ${MAKE} ${CDMAKEARGS} ${NOFUN}
3545 CD2MAKE=${CD2ENV} PATH=${CDTMP:Q}/usr/bin:${XDDESTDIR:Q}/usr/bin:${PATH:Q} \
3546         ${MAKE} ${CD2MAKEARGS} ${NOFUN}
3547 .if ${MK_META_MODE} != "no"
3548 # Don't rebuild build-tools targets during normal build.
3549 CD2MAKE+=       BUILD_TOOLS_META=.NOMETA
3550 .endif
3551 XDDESTDIR=${DESTDIR}${XDTP}
3552
3553 .ORDER: xdev-build xdev-install xdev-links
3554 xdev: xdev-build xdev-install .PHONY
3555
3556 .ORDER: _xb-worldtmp _xb-bootstrap-tools _xb-build-tools _xb-cross-tools
3557 xdev-build: _xb-worldtmp _xb-bootstrap-tools _xb-build-tools _xb-cross-tools .PHONY
3558
3559 _xb-worldtmp: .PHONY
3560         mkdir -p ${CDTMP}/usr
3561         ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
3562             -p ${CDTMP}/usr >/dev/null
3563
3564 _xb-bootstrap-tools: .PHONY
3565 .for _tool in \
3566     ${_clang_tblgen} \
3567     ${_yacc}
3568         ${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
3569         cd ${.CURDIR}/${_tool}; \
3570         if [ -z "${NO_OBJWALK}" ]; then ${CDMAKE} DIRPRFX=${_tool}/ obj; fi; \
3571         ${CDMAKE} DIRPRFX=${_tool}/ all; \
3572         ${CDMAKE} DIRPRFX=${_tool}/ DESTDIR=${CDTMP} install
3573 .endfor
3574
3575 _xb-build-tools: .PHONY
3576         ${_+_}@cd ${.CURDIR}; \
3577         ${CDBENV} ${MAKE} ${CDMAKEARGS} -f Makefile.inc1 ${NOFUN} build-tools
3578
3579 XDEVDIRS= \
3580     ${_clang_libs} \
3581     ${_lld} \
3582     ${_elftctools} \
3583     usr.bin/ar \
3584     ${_clang}
3585
3586 _xb-cross-tools: .PHONY
3587 .for _tool in ${XDEVDIRS}
3588         ${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,all)"; \
3589         cd ${.CURDIR}/${_tool}; \
3590         if [ -z "${NO_OBJWALK}" ]; then ${CDMAKE} DIRPRFX=${_tool}/ obj; fi; \
3591         ${CDMAKE} DIRPRFX=${_tool}/ all
3592 .endfor
3593
3594 _xi-mtree: .PHONY
3595         ${_+_}@${ECHODIR} "mtree populating ${XDDESTDIR}"
3596         mkdir -p ${XDDESTDIR}
3597         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.root.dist \
3598             -p ${XDDESTDIR} >/dev/null
3599         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
3600             -p ${XDDESTDIR}/usr >/dev/null
3601         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
3602             -p ${XDDESTDIR}/usr/include >/dev/null
3603 .for d in ${LIBCOMPAT_INCLUDE_DIRS}
3604         mkdir -p ${XDDESTDIR}/usr/include/${d}
3605 .endfor
3606 .for libcompat in ${libcompats}
3607         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
3608             -p ${XDDESTDIR}/usr >/dev/null
3609 .endfor
3610 .if ${MK_TESTS} != "no"
3611         mkdir -p ${XDDESTDIR}${TESTSBASE}
3612         ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
3613             -p ${XDDESTDIR}${TESTSBASE} >/dev/null
3614 .endif
3615
3616 .ORDER: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries
3617 xdev-install: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries .PHONY
3618
3619 _xi-cross-tools: .PHONY
3620         @echo "_xi-cross-tools"
3621 .for _tool in ${XDEVDIRS}
3622         ${_+_}@${ECHODIR} "===> xdev ${_tool} (install)"; \
3623         cd ${.CURDIR}/${_tool}; \
3624         ${CDMAKE} DIRPRFX=${_tool}/ install DESTDIR=${XDDESTDIR}
3625 .endfor
3626
3627 _xi-includes: .PHONY
3628 .if !defined(NO_OBJWALK)
3629         ${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 _obj \
3630                 DESTDIR=${XDDESTDIR}
3631 .endif
3632         ${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 includes \
3633                 DESTDIR=${XDDESTDIR}
3634
3635 _xi-libraries: .PHONY
3636         ${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 libraries \
3637                 DESTDIR=${XDDESTDIR}
3638
3639 xdev-links: .PHONY
3640         ${_+_}cd ${XDDESTDIR}/usr/bin; \
3641         mkdir -p ../../../../usr/bin; \
3642                 for i in *; do \
3643                         ln -sf ../../${XDTP}/usr/bin/$$i \
3644                             ../../../../usr/bin/${XDDIR}-$$i; \
3645                         ln -sf ../../${XDTP}/usr/bin/$$i \
3646                             ../../../../usr/bin/${XDDIR}${_REVISION}-$$i; \
3647                 done