HomeSort by: relevance | last modified time | path
    Searched refs:depends (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
deptgt-ignore.mk 13 all: depends-on-failed depends-on-ignored
14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored
21 depends-on-failed: error-failed
23 depends-on-ignored: error-ignored
deptgt-ignore.exp 6 Making depends-on-ignored from error-ignored.
depsrc-end.mk 3 # Demonstrate an edge case in which .BEGIN depends on .END, which sounds a bit
deptgt-order.mk 12 # This .ORDER creates a circular dependency since 'three' depends on 'one'
dep-double-colon-indep.mk 11 # The target 1300 depends on 1200, 1400 and 1500. The target 1200 is older
opt-no-action.mk 27 # depends on the special source ".MAKE".
use-inference.mk 26 # The main target is "all", which depends on "use-inference.to".
suff-incomplete.exp 20 Target ".a.c" depends on "${.PREFIX}.dependency"
cond-op-parentheses.mk 36 # NetBSD. The actual limit depends on the allowed call stack depth for C code
directive-export.mk 57 # modifier depends on the 'TZ' environment variable, without any subprocess.
cond-undef-lint.mk 30 # The variable name depends on the undefined variable, which is probably a
depsrc-usebefore.mk 6 # If a target depends on several .USE or .USEBEFORE nodes, the commands get
varname-dot-make-save_dollars.mk 12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make
varmod-undefined.mk 10 # this test depends on
suff-main-several.exp 61 Target "next-main" depends on "suff-main-several.{2,3,4}"
varmod-match-escape.mk 75 # The control flow of the pattern parser depends on the actual string that
var-scope-local.mk 110 # If the expression contains modifiers, the behavior depends on the
directive-for.mk 246 # corresponding .endfor. In other words, the behavior of the parser depends
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 167 PKG_ARGS_COMMON+= -P "`${MAKE} ${MAKEFLAGS} run-depends-list PACKAGE_DEPENDS_QUICK=true|sort -u`"
427 # Show (recursively) all the packages this package depends on.
434 .if !target(run-depends-list)
435 run-depends-list:
436 .for dep in ${DEPENDS}
454 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} run-depends-list; \
460 .endif # target(run-depends-list)
483 .if !target(install-depends)
484 install-depends:
525 print-pkg-size-depends
    [all...]
  /src/usr.bin/config/
gram.y 210 %type <attrlist> depend_list depends
606 /* list of depends, may be empty */
609 | ':' depends { $$ = $2; }
613 depends: label
615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); }
623 /* list of option depends, may be empty */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-sama5d4ek.dts 45 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
cn9130-db.dtsi 194 i2c-mux@72 { /* verify address - depends on dpr */
  /src/usr.bin/xlint/lint1/
README.md 47 or just informational depends on several things:
  /src/sys/net/
if_ethersubr.c 109 #error You have included NETATALK or a pseudo-device in your configuration that depends on the presence of ethernet interfaces, but have no such interfaces configured. Check if you really need pseudo-device bridge, pppoe, vlan or options NETATALK.
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5203 # func_mode_link because it depends on a number of variables
5222 # libraries that it depends on are installed.
5512 # it depends on a number of variable set therein.
5521 libraries that it depends on are installed.
9257 echo "*** library that it depends on before this library will be fully"
10892 # Libraries that this one depends upon.

Completed in 49 milliseconds

1 2