| /freebsd/contrib/bmake/unit-tests/ |
| H A D | opt-ignore.mk | 16 all: dependency other 18 dependency: 19 @echo dependency 1 21 @echo dependency 2 23 @echo dependency 3
|
| H A D | opt-keep-going.mk | 14 all: dependency other 16 dependency: 17 @echo dependency 1 19 @echo dependency 2 21 @echo dependency 3
|
| H A D | opt-ignore.exp | 1 dependency 1 3 dependency 2 5 dependency 3
|
| H A D | opt-debug-graph2.mk | 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY
|
| H A D | opt-debug-graph3.mk | 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY
|
| H A D | deptgt-begin.mk | 34 : Making $@ from a .USE dependency. 44 : Making $@ from a .USEBEFORE dependency.
|
| H A D | varfind.mk | 12 VarFind-aliases.to: explicit-dependency 14 explicit-dependency:
|
| H A D | deptgt-default.mk | 14 .DEFAULT: dependency-is-ignored
|
| H A D | opt-keep-going.exp | 1 dependency 1
|
| H A D | suff-incomplete.mk | 21 .a.c: ${.PREFIX}.dependency
|
| /freebsd/release/packages/ucl/ |
| H A D | README | 25 dependency, unless pkg(8) doesn't detect the dependency automatically for 29 * If a package contains rc(8) scripts, do not add a dependency on "rc". 33 a dependency on "devd". Like rc, devd is optional. The exception is if 34 the package doesn't work at all without devd, in which case a dependency 37 * If a package contains cron(8) jobs in /etc/cron.d, do not a dependency 40 * If a package contains periodic(8) reports, do not add a dependency on 44 previously mentioned examples (rc, devd, etc.), add a dependency on 48 add a dependency on the other package even if not everything in the package 49 requires that dependency. Users expect that all of a package will work
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | warn_backrefs.rst | 53 * If adding the dependency does not form a cycle: conceptually ``A`` is higher 58 components of ``B``. It is inappropriate for ``P`` to add a dependency on 60 * If adding the dependency forms a cycle, e.g. ``B->C->A ~> B``. ``A`` 63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on 65 dependency (``B``), however, then every test (``A_test``, ``B_test``, 74 * Add a dependency from ``A`` to ``B``. 76 * The dependency may be intentionally omitted because there are multiple 79 * In the case of circular dependency, sometimes merging the libraries are the best.
|
| /freebsd/sys/conf/ |
| H A D | files.i386 | 9 # The long compile-with and dependency lines are required because of 11 # dependency lines other than the first are silently ignored. 43 dependency "$S/i386/acpica/acpi_wakecode.S assym.inc" \ 48 dependency "acpi_wakecode.o" \ 53 dependency "acpi_wakecode.bin" \ 58 dependency "acpi_wakecode.o" \ 141 dependency "$S/kern/subr_clockcalib.c" \
|
| H A D | files.amd64 | 9 # The long compile-with and dependency lines are required because of 11 # dependency lines other than the first are silently ignored. 15 …dependency "$S/amd64/amd64/sigtramp.S assym.inc $S/conf/vdso_amd64.ldscript $S/tools/amd64_vdso.sh… 22 …dependency "$S/amd64/ia32/ia32_sigtramp.S ia32_assym.h $S/conf/vdso_amd64_ia32.ldscript $S/tools/a… 29 dependency "$S/compat/ia32/ia32_genassym.c offset.inc" \ 35 dependency "$S/kern/genassym.sh ia32_genassym.o" \ 43 dependency "$S/amd64/acpica/acpi_wakecode.S assym.inc" \ 48 dependency "acpi_wakecode.o" \ 53 dependency "acpi_wakecode.bin" \ 58 dependency "acpi_wakecode.o" \ [all …]
|
| H A D | files | 2 # The long compile-with and dependency lines are required because of 4 # dependency lines other than the first are silently ignored. 7 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ 12 …dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr… 17 …dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr… 23 dependency "${FDT_DTS_FILE:T:R}.dtb" \ 27 dependency "$S/tools/sound/feeder_eq_mkfilter.awk" \ 32 dependency "$S/tools/sound/feeder_rate_mkfilter.awk" \ 41 dependency "$S/tools/sound/snd_fxdiv_gen.awk" \ 46 dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ [all …]
|
| /freebsd/contrib/bsnmp/ |
| H A D | NEWS | 114 of malloced memory in the module table dependency. While 116 data which was held in a dependency could be lost, because 117 there was no guarantee that the dependency handler ever was 119 dependency in the same PDU) thus causing this memory to leak. 120 To fix this a third dependency operation is introduced 121 SNMP_DEPOP_FINISH which is invoked just before a dependency 126 for a simple SET operation. In this case an artifical dependency
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | Opts.td | 30 defm dependency_target : Eq<"dependency-target", "The names of dependency targets for the dependenc…
|
| /freebsd/sys/arm/nvidia/tegra124/ |
| H A D | files.tegra124 | 46 dependency "$S/arm/nvidia/tegra124/files.tegra124" \ 51 dependency "tegra124_xusb.fw" \ 56 dependency "$S/contrib/dev/nvidia/tegra124_xusb.bin.uu" \
|
| /freebsd/contrib/googletest/docs/ |
| H A D | quickstart-cmake.md | 35 project. You'll use this file to set up your project and declare a dependency on 44 Next, you'll create the `CMakeLists.txt` file and declare a dependency on 69 The above configuration declares a dependency on GoogleTest which is downloaded 79 With GoogleTest declared as a dependency, you can use GoogleTest code within
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | exports_so.txt | 93 # sets up GCC OMP_ version dependency chain 109 # sets up GCC GOMP_ version dependency chain
|
| /freebsd/sys/arm/freescale/imx/ |
| H A D | files.imx6 | 55 dependency "sdma-imx6q.bin" \ 60 dependency "$S/contrib/dev/imx/sdma-imx6q.bin.uu" \
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | aclocal.m4 | 220 # See how the compiler implements dependency checking. 226 # dependency, and given that the user is not expected to run this macro, 242 AC_CACHE_CHECK([dependency style of $depcc], 257 # it helps to detect inapplicable dependency modes. For instance 280 # like to wrap large dependency lists on column 80 (with \), and 363 # Choose a directory name for dependency files. 374 [AC_ARG_ENABLE([dependency-tracking], [dnl 376 [--enable-dependency-tracking], 377 [do not reject slow dependency extractors]) 379 [--disable-dependency [all...] |
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | aclocal.m4 | 160 # See how the compiler implements dependency checking. 166 # dependency, and given that the user is not expected to run this macro, 182 AC_CACHE_CHECK([dependency style of $depcc], 197 # it helps to detect inapplicable dependency modes. For instance 220 # like to wrap large dependency lists on column 80 (with \), and 303 # Choose a directory name for dependency files. 314 [AC_ARG_ENABLE([dependency-tracking], [dnl 316 [--enable-dependency-tracking], 317 [do not reject slow dependency extractors]) 319 [--disable-dependency-tracking], [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | aclocal.m4 | 160 # See how the compiler implements dependency checking. 166 # dependency, and given that the user is not expected to run this macro, 182 AC_CACHE_CHECK([dependency style of $depcc], 197 # it helps to detect inapplicable dependency modes. For instance 220 # like to wrap large dependency lists on column 80 (with \), and 303 # Choose a directory name for dependency files. 314 [AC_ARG_ENABLE([dependency-tracking], [dnl 316 [--enable-dependency-tracking], 317 [do not reject slow dependency extractors]) 319 [--disable-dependency-tracking], [all …]
|
| /freebsd/contrib/file/ |
| H A D | aclocal.m4 | 160 # See how the compiler implements dependency checking. 166 # dependency, and given that the user is not expected to run this macro, 182 AC_CACHE_CHECK([dependency style of $depcc], 197 # it helps to detect inapplicable dependency modes. For instance 220 # like to wrap large dependency lists on column 80 (with \), and 303 # Choose a directory name for dependency files. 314 [AC_ARG_ENABLE([dependency-tracking], [dnl 316 [--enable-dependency-tracking], 317 [do not reject slow dependency extractors]) 319 [--disable-dependency-tracking], [all …]
|