Home
last modified time | relevance | path

Searched refs:dirdeps (Results 1 – 25 of 1893) sorted by relevance

12345678910>>...76

/freebsd/contrib/bmake/mk/
H A DChangeLog5 * dirdeps.mk: apply DEP_DIRDEPS_BUILD_DIR_FILTER after we have
11 * dirdeps.mk: move reset of DIRDEPS_EXPORT_VARS
18 * dirdeps.mk: allow BUILD_DIRDEPS_OVERRIDES to pass overrides to
27 * sys.dirdeps.mk: set defaults for DEP_* at level 0 too.
68 * sys.dirdeps.mk, dirdeps-targets.mk, init.mk:
69 do not set .MAIN: dirdeps in sys.dirdeps.mk
70 dirdeps-targets.mk will do that for top-level builds
72 This allows a Makefile which has no need of 'dirdeps' to
140 * dirdeps.mk: for MAKE_VERSION 20240105 we do not have the same
209 * dirdeps.mk: pass DIRDEP_TARGETS to DIRDEP_MAKE
[all …]
H A Dsys.dirdeps.mk3 # $Id: sys.dirdeps.mk,v 1.15 2024/04/18 17:18:31 sjg Exp $
32 .-include <local.sys.dirdeps.env.mk>
35 # make sure dirdeps target exists and do it first
36 # init.mk will set .MAIN to 'dirdeps' if appropriate
37 # as will dirdeps-targets.mk for top-level builds.
39 dirdeps:
40 .NOPATH: dirdeps
41 all: dirdeps .WAIT
190 .-include <local.sys.dirdeps.mk>
H A DFILES54 sys.dirdeps.mk
73 dirdeps.mk
74 dirdeps-cache-update.mk
75 dirdeps-options.mk
76 dirdeps-targets.mk
H A Ddirdeps.mk310 dirdeps: beforedirdeps .WAIT
369 DIRDEPS_CACHE ?= ${_OBJDIR:tA}/dirdeps.cache${_TARGETS:U${.TARGETS}:Nall:O:u:ts-:S,/,_,g:S,^,.,:N.}
374 .error ${DEP_RELDIR}/${.MAKE.DEPENDFILE_PREFIX}.options: should include dirdeps-options.mk
380 .-include <local.dirdeps.mk>
556 build-dirdeps:
561 .if !target(dirdeps-cached)
568 dirdeps: dirdeps-cached
569 dirdeps-cached: ${DIRDEPS_CACHE} .MAKE
575 dirdeps MK_DIRDEPS_CACHE=no BUILD_DIRDEPS=no
579 BUILD_DIRDEPS_MAKEFILE ?= -f dirdeps.mk
[all …]
H A Ddirdeps-targets.mk4 # $Id: dirdeps-targets.mk,v 1.27 2024/02/25 19:12:13 sjg Exp $
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
37 # initial DIRDEPS has a static cache (Makefile.dirdeps.cache).
43 .-include <local.dirdeps-targets.mk>
46 .MAIN: dirdeps
146 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,}
150 # some targets are very expensive to compute dirdeps for
152 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
167 # before including dirdeps.mk
169 .include <dirdeps
[all...]
H A Ddirdeps-cache-update.mk3 # $Id: dirdeps-cache-update.mk,v 1.23 2024/02/17 17:26:57 sjg Exp $
21 # Some targets are so huge that computing dirdeps takes a significant
29 # targets/pseudo/production/Makefile.dirdeps.cache
30 # which is simply initialized by copying dirdeps.cache.production
33 # When dirdeps-targets.mk is initializing DIRDEPS it will look for
34 # Makefile.dirdeps.cache and unless told not to
40 # We usually get included from local.dirdeps.mk
41 # as well as Makefile.depend of RELDIR with a static Makefile.dirdeps.cache
44 # cache-update target into the build to regenerate dirdeps.cache
61 # running dirdeps
[all...]
H A Dmk-files.txt368 I prefer to use `dirdeps.mk`_ which makes ``subdir.mk`` irrelevant.
531 see `dirdeps.mk`_ and DIRDEPS_BUILD_ below.
533 .. _`dirdeps.mk`: /help/sjg/dirdeps.htm
549 share/mk/dirdeps-cache-update.mk
550 share/mk/dirdeps-options.mk
551 share/mk/dirdeps-targets.mk
552 share/mk/dirdeps.mk
562 share/mk/sys.dirdeps.mk
567 share/mk/local.dirdeps-build.mk
568 share/mk/local.dirdeps-missing.mk
[all …]
/freebsd/share/mk/
H A Dsys.dirdeps.mk3 # $Id: sys.dirdeps.mk,v 1.15 2024/04/18 17:18:31 sjg Exp $
32 .-include <local.sys.dirdeps.env.mk>
35 # make sure dirdeps target exists and do it first
36 # init.mk will set .MAIN to 'dirdeps' if appropriate
37 # as will dirdeps-targets.mk for top-level builds.
39 dirdeps:
40 .NOPATH: dirdeps
41 all: dirdeps .WAIT
190 .-include <local.sys.dirdeps.mk>
H A Ddirdeps.mk310 dirdeps: beforedirdeps .WAIT
369 DIRDEPS_CACHE ?= ${_OBJDIR:tA}/dirdeps.cache${_TARGETS:U${.TARGETS}:Nall:O:u:ts-:S,/,_,g:S,^,.,:N.}
374 .error ${DEP_RELDIR}/${.MAKE.DEPENDFILE_PREFIX}.options: should include dirdeps-options.mk
380 .-include <local.dirdeps.mk>
556 build-dirdeps:
561 .if !target(dirdeps-cached)
568 dirdeps: dirdeps-cached
569 dirdeps-cached: ${DIRDEPS_CACHE} .MAKE
575 dirdeps MK_DIRDEPS_CACHE=no BUILD_DIRDEPS=no
579 BUILD_DIRDEPS_MAKEFILE ?= -f dirdeps.mk
[all …]
H A Ddirdeps-targets.mk4 # $Id: dirdeps-targets.mk,v 1.27 2024/02/25 19:12:13 sjg Exp $
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
37 # initial DIRDEPS has a static cache (Makefile.dirdeps.cache).
43 .-include <local.dirdeps-targets.mk>
46 .MAIN: dirdeps
146 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,}
150 # some targets are very expensive to compute dirdeps for
152 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
167 # before including dirdeps.mk
169 .include <dirdeps
[all...]
/freebsd/targets/
H A DMakefile49 .include <dirdeps-targets.mk>
76 dirdeps: ${_begin} .WAIT target
82 .include <dirdeps.mk>
85 $t: dirdeps
/freebsd/targets/pseudo/universe/
H A DMakefile65 all: dirdeps
67 .include <dirdeps.mk>
/freebsd/tools/build/options/
H A DWITH_DIRDEPS_BUILD6 The build is driven by dirdeps.mk using
24 skips building any dirdeps and only build the current directory.
/freebsd/targets/pseudo/bootstrap-packages/
H A Dbootstrap-packages.sh95 .include <dirdeps.mk>
117 .include <dirdeps-options.mk>
H A DMakefile.depend5 .include <dirdeps.mk>
/freebsd/lib/libc/tests/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/libcasper/services/tests/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/libclang_rt/asan-preinit/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/libclang_rt/include/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/libedit/readline/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/libcapsicum/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/libexec/save-entropy/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/libexec/tests/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/ofed/include/
H A DMakefile.depend6 .include <dirdeps.mk>
/freebsd/lib/tests/
H A DMakefile.depend6 .include <dirdeps.mk>

12345678910>>...76