Searched refs:make (Results 1 – 25 of 110) sorted by relevance
12345
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | subdirs.am | 20 # other automake headers and files for invoking make in a list 25 # nl-make-subdirs-with-dirs-and-goals <subdirectories> <goals> 27 # This iteratively invokes make with the provided target goals in each 31 # invoke make with the provided target goals. 34 # attempt to make in each specified subdirectory. 36 define nl-make-subdirs-with-dirs-and-goals 42 endef # nl-make-subdirs-with-dirs-and-goals 45 # nl-make-subdirs-with-dirs <subdirectories> 47 # This iteratively invokes make with the target goals defined in 51 # invoke make with the provided target goals. [all …]
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | MANIFEST | 49 make/host/tools.mak 50 make/host/tools/bootstrap.mak 51 make/host/tools/tools.mak 52 make/post.mak 53 make/post/rules.mak 54 make/post/rules/bootstrap.mak 55 make/post/rules/help.mak 56 make/post/rules/repos.mak 57 make/pre.mak 58 make/pre/macros.mak [all …]
|
D | CHANGES | 11 * Update MANIFEST to ensure that 'make dist' works correctly. 37 * Now that both automake and pure make headers and footers are 49 * Leverage both automake and pure make headers and footers by 56 pure make equivalents. 73 * Addressed an issue in which the failure to make the 'repos-warning' 91 * Take a different approach to version flapping against 'make 94 first of which is set from VERSION_FILE by default at make 100 clones or unarchived distribution in which 'make dist' or 101 'make distcheck' fail. VERSION_FILE should be and is 128 make-3.82 to make-4.1 and applying relevant Ubuntu Bionic [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 269 command make clean 337 WARNING_CFLAGS='-xc -std=c99' make lib 342 make clean 490 make () { function 494 record_status command make "$@" 500 record_status command make "$@" 731 make 737 make test 749 make 752 make test [all …]
|
D | list-symbols.sh | 32 make clean 34 CFLAGS=-fno-asynchronous-unwind-tables make lib \ 35 >list-symbols.make.log 2>&1 || 39 cat list-symbols.make.log >&2 41 rm list-symbols.make.log 52 make clean
|
/openthread-2.7.6/script/ |
D | check-simulation-build-autotools | 101 make -f examples/Makefile-simulation THREAD_VERSION=1.1 106 make -f examples/Makefile-simulation THREAD_VERSION=1.1 FULL_LOGS=1 110 make -f examples/Makefile-simulation THREAD_VERSION=1.1 FULL_LOGS=1 115 make -f examples/Makefile-simulation THREAD_VERSION=1.2 120 make -f examples/Makefile-simulation THREAD_VERSION=1.2 FULL_LOGS=1 125 make -f examples/Makefile-simulation THREAD_VERSION=1.1 130 make -f examples/Makefile-simulation THREAD_VERSION=1.1 OTNS=1 160 make -j"${OT_BUILD_JOBS}" 182 make -j"${OT_BUILD_JOBS}" 202 make -j"${OT_BUILD_JOBS}" [all …]
|
D | check-android-build | 39 make showcommands "${target}" 44 make "clean-${target}" || true 60 make showcommands ot-cli 62 make clean-ot-cli
|
D | check-scan-build | 107 scan-build-9 --status-bugs -analyze-headers -v make -j"${OT_BUILD_JOBS}" 111 scan-build-9 --status-bugs -analyze-headers -v make -j"${OT_BUILD_JOBS}"
|
D | check-posix-build-autotools | 40 make -f src/posix/Makefile-posix RCP_RESTORATION_MAX_COUNT=2 44 make -f src/posix/Makefile-posix RCP_RESTORATION_MAX_COUNT=2 RCP_BUS=spi
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/ |
D | memory.sh | 74 make clean 75 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os lib >/dev/null 2>&1 77 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os ssl/$CLIENT >/dev/null 84 make clean 85 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os lib >/dev/null 2>&1 87 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os ssl/$CLIENT >/dev/null 118 make clean 119 make lib >/dev/null 2>&1 120 (cd programs && make ssl/ssl_server2) >/dev/null 138 make clean
|
D | ecc-heap.sh | 79 make benchmark >/dev/null 2>&1 89 make clean
|
D | generate_psa_constants.py | 353 make = self._make_key_type_from_curve_code 354 return ''.join([make(k, d[k]) for k in sorted(d.keys())]) 358 make = self._make_key_type_from_group_code 359 return ''.join([make(k, d[k]) for k in sorted(d.keys())]) 381 make = self._make_algorithm_from_hash_code 382 return ''.join([make(k, d[k]) for k in sorted(d.keys())])
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/docker/bionic/ |
D | Dockerfile | 65 # Note: openssl-1.0.2 and earlier has known build issues with parallel make. 70 && (make ${MAKEFLAGS_PARALLEL} || make -j 1) \ 71 && make install_sw \ 80 && (make ${MAKEFLAGS_PARALLEL} || make -j 1) \ 81 && make install_sw \ 91 && make ${MAKEFLAGS_PARALLEL} \ 92 && make install_sw \ 101 && make ${MAKEFLAGS_PARALLEL} \ 102 && make install \ 111 && make ${MAKEFLAGS_PARALLEL} \ [all …]
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/pre/ |
D | macros.mak | 19 # This file is the make "header" or pre make header for macros common to 20 # all other make headers and files. 23 include $(abs_top_nlbuild_autotools_dir)/make/pre/macros/git.mak 24 include $(abs_top_nlbuild_autotools_dir)/make/pre/macros/repos.mak 25 include $(abs_top_nlbuild_autotools_dir)/make/pre/macros/verbosity.mak
|
/openthread-2.7.6/tests/toranj/ |
D | build.sh | 131 make -j 8 || die 147 make -j 8 || die 164 make -j 8 || die 181 make -j 8 || die 200 make -j 8 || die 214 make -j 8 || die 230 make -j 8 || die 246 make -j 8 || die 262 make -j 8 || die
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/post/rules/ |
D | pretty.am | 34 # (automake inparticular) such that 'make pretty' and 'make 37 # with no intervening make target invocations. '$(BUILT_SOURCES)' 41 # nl-make-pretty <TERSE OUTPUT COMMAND> <COMMAND> <COMMAND ARGUMENTS> <PATHS> 44 # COMMAND ARGUEMENTS on each file. If a non-verbose make has been 47 define nl-make-pretty 69 $(call nl-make-subdirs-with-dirs,$(PRETTY_SUBDIRS)) 73 …$(call nl-make-pretty,$(AM_V_PRETTY),$(PRETTY),$(PRETTY_ARGS),$(filter-out $(@)-recursive,$(PRETTY… 78 …$(call nl-make-pretty,$(AM_V_PRETTY_CHECK),$(PRETTY_CHECK),$(PRETTY_CHECK_ARGS),$(filter-out $(@)-…
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/pre/macros/ |
D | verbosity.mak | 20 # This file is a make "header" or pre make header that defines 21 # make macros for controlling build verbosity. 28 # The default build verbosity is 0 or none. Invoking 'make V=0' is 29 # equivalent to 'make' with this default. 69 NL_V_PROGRESS_BOOTSTRAP_MAKE = $(NL_V_BOOTSTRAP) "make"; 95 # requested, -s (silent) would otherwise suppress all make verbose
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/packages/make/make.patches/ |
D | make-00.patch | 1 --- make-dfsg-4.1.orig/ar.c 2 +++ make-dfsg-4.1/ar.c 66 --- make-dfsg-4.1.orig/commands.c 67 +++ make-dfsg-4.1/commands.c 80 --- make-dfsg-4.1.orig/configure 81 +++ make-dfsg-4.1/configure 94 --- make-dfsg-4.1.orig/dir.c 95 +++ make-dfsg-4.1/dir.c 153 --- make-dfsg-4.1.orig/job.c 154 +++ make-dfsg-4.1/job.c [all …]
|
D | make-00.url | 1 http://archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make-dfsg_4.1-9.1ubuntu1.diff.gz
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/packages/make/ |
D | make.url | 1 http://ftp.gnu.org/pub/gnu/make/make-4.1.tar.gz
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/post/ |
D | rules.mak | 19 # This file is the generic "footer" or post make header for all 23 include $(abs_top_nlbuild_autotools_dir)/make/post/rules/help.mak 24 include $(abs_top_nlbuild_autotools_dir)/make/post/rules/repos.mak
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/ |
D | pre.mak | 19 # This file is the generic "header" or pre make header included in 23 include $(abs_top_nlbuild_autotools_dir)/make/pre/tools.mak 24 include $(abs_top_nlbuild_autotools_dir)/make/pre/macros.mak
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/ |
D | Descriptions.txt | 3 using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | bootstrap.mak | 19 # This file is the make footer for nlbuild-autotools bootstrap 40 $(BOOTSTRAP) -w make 52 .PHONY: bootstrap-make 53 bootstrap-make: 55 $(BOOTSTRAP) -w make 72 $(NL_V_AT)echo " bootstrap-make" 90 $(NL_V_AT)echo " 'make check' on it for this project."
|
/openthread-2.7.6/third_party/mbedtls/repo/configs/ |
D | README.txt | 15 For example, using make: 17 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make 23 make
|
12345