Lines Matching refs:dirdeps
51 * dirdeps.mk: add DIRDEPS_CACHED_ENV to dirdeps-cached and
73 * own.mk: fix setting of STAGE_OBJTOP (normally set by sys.dirdeps.mk)
85 * dirdeps-targets.mk: if DEBUG_DIRDEPS_TARGETS and we found
90 * dirdeps.mk: tweak the debug message for "Loading" a
135 * dirdeps.mk: apply DEP_DIRDEPS_BUILD_DIR_FILTER after we have
141 * dirdeps.mk: move reset of DIRDEPS_EXPORT_VARS
148 * dirdeps.mk: allow BUILD_DIRDEPS_OVERRIDES to pass overrides to
157 * sys.dirdeps.mk: set defaults for DEP_* at level 0 too.
198 * sys.dirdeps.mk, dirdeps-targets.mk, init.mk:
199 do not set .MAIN: dirdeps in sys.dirdeps.mk
200 dirdeps-targets.mk will do that for top-level builds
202 This allows a Makefile which has no need of 'dirdeps' to
270 * dirdeps.mk: for MAKE_VERSION 20240105 we do not have the same
339 * dirdeps.mk: pass DIRDEP_TARGETS to DIRDEP_MAKE
347 * dirdeps.mk: apply DEBUG_DIRDEPS_LIST_FILTER to lists we output
372 * dirdeps.mk (TARGET_SPEC_VARS.host):
384 * sys.dirdeps.mk: we *do* want to override OBJTOP
394 * dirdeps.mk: take care not to qualify "host" dirdeps
396 * sys.dirdeps.mk (OBJTOP): must use ?=
405 * dirdeps.mk: do not add _CURDIR to DIRDEPS for SRCTOP
407 * meta.sys.mk sys.dirdeps.mk:
411 DIRDEPS_BUILD to sys.dirdeps.mk
417 * dirdeps.mk: as with meta.sys.mk we treat "host" as special.
445 * dirdeps.mk: ensure M_dep_qual_fixes is applied to all _machines
449 * dirdeps.mk: check we were not included by
459 * dirdeps.mk: reset DIRDEPS and DEP_RELDIR before including
460 local.dirdeps-missing.mk, also improve debug output.
462 * dirdeps.mk: to allow make -f dirdeps.mk include.$TARGET_SPEC
525 * dirdeps-options.mk: explain the need to use
568 * dirdeps-options.mk: allow options to be per RELDIR
614 * dirdeps.mk: ensure TARGET_SPEC and TARGET_SPEC_VARS are passed
619 * dirdeps.mk: use _cache_script to minimize the number of shells
620 forked when generating dirdeps.cache
626 * dirdeps.mk: initialize DEP_* and _debug_reldir earlier.
656 TARGET_SPEC to trim from dirdeps.
658 * dirdeps.mk: flip the computation of qualified vs unqualified
659 dirdeps - it is much simpler to check for unqualified first.
684 * dirdeps.mk: when building dirdeps.cache, minimize the amount of
754 * dirdeps.mk: when using .MAKE.DEPENDFILE_PREFERENCE to find
762 * dirdeps.mk: re-implement ALL_MACHINES support to better
764 is not set. local.dirdeps.mk can set
773 * dirdeps.mk: revert previous - not always safe.
779 * dirdeps.mk: when generating dirdeps.cache
781 dirdeps target. That and any _build_xtra_dirs (like tests which
789 * dirdeps.mk: expr 2 - 1 - 1 exits with a bad status
792 * dirdeps.mk: restore respect for TARGET_MACHINE
798 * dirdeps.mk: first time we are read, just use TARGET_SPEC for
810 * dirdeps-options.mk: latest bmake allows only one arg to .undef
814 * dirdeps-targets.mk: allow for "." in DIRDEPS_TARGETS_DIRS
831 * dirdeps-targets.mk: fix typo in comment
844 * dirdeps.mk: most leaf makefiles are not suitable for building
845 dirdeps.cache so if RELDIR is not "." use dirdeps.mk
851 * dirdeps.mk: if we don't have :range use equivalent of M_RANGE
852 when building dirdeps.cache for leaf directory use -f dirdeps.mk
866 * dirdeps-cache-update.mk: use cache_update_dirdep as guard target
870 * dirdeps.mk: ensure we cannot confuse a static cache for dynamic
876 * dirdeps-cache-update.mk: allow
885 * dirdeps-targets.mk: include Makefile.dirdeps.options
887 * dirdeps.mk: use _TARGETS if defined for DIRDEPS_CACHE
891 * dirdeps.mk: default BUILD_DIRDEPS_MAKEFILE to empty
893 * dirdeps-cache-update.mk: building parallel cache update
894 under the context of dirdeps-cached would be ideal, but
903 * dirdeps-options: allow TARGET_SPEC to affect option values.
906 * dirdeps-targets.mk: check for MK_STATIC_DIRDEPS_CACHE defined
913 * dirdeps-options.mk: improve debug output
917 * dirdeps.mk: set and export DYNAMIC_DIRDEPS_CACHE
918 for use by dirdeps-cache-update.mk
920 * dirdeps-targets.mk: set and export STATIC_DIRDEPS_CACHE
921 for use by dirdeps-cache-update.mk even if we don't use it.
923 * dirdeps-cache-update.mk: we only need worry about the background
933 * dirdeps-options.mk: do not :tu DIRDEPS_OPTIONS
936 * dirdeps-cache-update.mk: magic to deal with STATIC_DIRDEPS_CACHE
940 * dirdeps-targets.mk: Look for Makefile.dirdeps.cache
943 to regenerate the dirdeps.cache it is a copy of.
951 * dirdeps.mk (DIRDEP_LOADAVG_REPORT): make it easy to record
958 * dirdeps.mk: tweak Checking line to make matching Finished
967 * dirdeps.mk: further optimize dirdeps.cache
973 * dirdeps.mk: optimize content of dirdeps.cache
996 * dirdeps-targets.mk: allow for filtering of .TARGETS
1013 * dirdeps.mk: set _debug_* earlier and allow passing -d*
1056 * dirdeps.mk _DIRDEP_USE: use DIRDEP_DIR and add
1061 * dirdeps-targets.mk: Use TARGET_SPEC_LAST_LIST
1067 * dirdeps-targets.mk: encapsulate logic for finding top-level
1084 * dirdeps.mk: avoid insanely long command line when generating cache
1096 * dirdeps-options.mk: .undef cannot handle var that expands to
1111 * dirdeps-options.mk: use local.dirdeps-options.mk
1112 not local.dirdeps-option.mk
1117 * dirdeps.mk: include local.dirdeps-build.mk when .MAKE.LEVEL > 0
1122 * FILES: add dirdeps-options.mk to deal with optional DIRDEPS.
1181 * dirdeps.mk (DEP_EXPORT_VARS): on rare occasions it is
1217 * dirdeps.mk: set NO_DIRDEPS when bootstrapping.
1252 * dirdeps.mk (_build_all_dirs): update this outside test for empty
1272 * dirdeps.mk: use :range if we can.
1300 * dirdeps.mk: set DIRDEPS_CACHE before we include local.dirdeps.mk
1305 * dirdeps.mk: set DEP_* before we expand .MAKE.DEPENDFILE_PREFERENCE
1308 * dirdeps.mk (${DIRDEPS_CACHE}): make sure we pass on TARGET_SPEC
1310 * dirdeps.mk: Add ONLY_TARGET_SPEC_LIST and NOT_TARGET_SPEC_LIST
1315 * dirdeps.mk: remove dependence on jot (normal situations anyway).
1323 * dirdeps.mk: use TARGET_SPEC_VARS to qualify components added to
1342 * dirdeps.mk (.MAKE.META.IGNORE_FILTER): set filter to only
1359 * dirdeps.mk (bootstrap): When bootstrapping; creat
1363 * dirdeps.mk: move some comments to where they make sense.
1367 * dirdeps.mk (DIRDEPS_CACHE): no dirname.
1394 * dirdeps.mk: when doing -f dirdeps.mk if target suppies no
1403 * dirdeps.mk: move the logic that allows for
1404 make -f dirdeps.mk some/dir.${TARGET_SPEC}
1443 * dirdeps.mk: NO_DIRDEPS_BELOW to supress DIRDEPS below RELDIR as
1450 * dirdeps.mk: use targets rather than a list to track DIRDEPS that
1472 * dirdeps.mk: we shouldn't normally include .depend but if we do
1486 * dirdeps.mk:
1487 Add _build_all_dirs such that local.dirdeps.mk can
1496 * dirdeps.mk: add bootstrap-empty
1534 * dirdeps.mk: Add logic for
1535 make -f dirdeps.mk some/dir.${TARGET_SPEC}
1568 * meta.autodep.mk: ignore dirdeps.cache*
1579 * dirdeps.mk: don't rely on manually maintained Makefile.depend
1587 * dirdeps.mk: avoid wildcards like make(bootstrap*)
1593 * dirdeps.mk: when we are building dirdeps cache file we *want*
1605 * dirdeps.mk: fix _count_dirdeps for non-cache case.
1631 * dirdeps.mk: if MK_DIRDEPS_CACHE is yes, use dirdeps-cache
1634 The dirdeps-cache contains the same dependency rules that we
1645 * dirdeps.mk (_DIRDEP_USE_LEVEL): allow this to be tweaked
1669 * dirdeps.mk (NSkipHostDir): this needs SRCTOP prepended since by
1672 * dirdeps.mk fix filtering of _machines since M_dep_qual_fixes
1683 * dirdeps.mk: add bootstrap target to simplify adding support for
1729 * dirdeps.mk: accept -DWITHOUT_DIRDEPS (same a as -DNO_DIRDEPS)
1730 to supress dirdeps outside of .CURDIR.
1740 * dirdeps.mk (beforedirdeps): a handy hook
1742 * dirdeps.mk (DIRDEP_MAKE): allow the actual command we run
1746 * dirdeps.mk (__depdirs): ensure // don't sneak in
1758 * dirdeps.mk (_last_dependfile): use .INCLUDEDFROMFILE if
1783 * dirdeps.mk: when TARGET_SPEC_VARS is more than just MACHINE
1850 * dirdeps.mk: better describe the dance in sys.mk for TARGET_SPEC.
1861 * dirdeps.mk: improve DIRDEPS filtering by allowing DEP_SKIP_DIR
1899 * import latest dirdeps.mk, gendirdeps.mk and meta2deps.py
1901 o dirdeps.mk now fully supports TARGET_SPEC consisting of more
1945 * import latest dirdeps.mk and meta2deps.py from Juniper.
2019 * import dirdeps.mk from Juniper sjg@
2035 o dirdeps.mk set DEP_MACHINE for Makefile.depend (when we are
2057 o minor tweak to *dirdeps.mk from Juniper sjg@
2148 * dirdeps.mk: correct value for _depdir_files depends on
2189 include dirdeps.mk et al from Juniper Networks,