Home
last modified time | relevance | path

Searched full:makeflags (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/libpcap/
D.cirrus.yml18 MAKEFLAGS: -j 4
34 MAKEFLAGS: -j 3
49 MAKEFLAGS: '-j 4' # macOS VMs run on 4 cores
75 MAKEFLAGS: -j 3
/external/tcpdump/
D.cirrus.yml20 MAKEFLAGS: -j 3
42 MAKEFLAGS: -j 5
63 MAKEFLAGS: '-j 4'
80 MAKEFLAGS: -j 5
/external/mesa3d/.gitlab-ci/container/
Dcontainer_pre_build.sh42 # Set MAKEFLAGS so that all make invocations in container builds include the
44 export MAKEFLAGS="-j${FDO_CI_CONCURRENT:-4}"
/external/libpng/contrib/pngminim/decoder/
Dmakefile103 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
108 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
/external/libpng/contrib/pngminim/encoder/
Dmakefile102 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
107 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh53 # if MAKEFLAGS is not set add the -j option to speed up invocations of make
54 if [ -z "${MAKEFLAGS+set}" ]; then
55 export MAKEFLAGS="-j"
/external/mbedtls/tests/scripts/
Dbasic-build-test.sh53 # if MAKEFLAGS is not set add the -j option to speed up invocations of make
54 if [ -z "${MAKEFLAGS+set}" ]; then
55 export MAKEFLAGS="-j"
/external/liburing/
DMakefile.quiet1 ifneq ($(findstring $(MAKEFLAGS),s),s)
/external/libpng/ci/
D.shellcheckrc10 # We need word splitting for well-known variables like MAKEFLAGS and CFLAGS.
/external/libpng/contrib/pngminim/preader/
Dmakefile118 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
123 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
/external/flatbuffers/tests/docker/
Dcpp_test.run.sh6 export MAKEFLAGS="-j$JOBS"
/external/lz4/ossfuzz/
Dossfuzz.sh16 export MAKEFLAGS+="-j$(nproc)"
/external/grpc-grpc/templates/src/php/docker/alpine/
DDockerfile.template21 ARG MAKEFLAGS=-j8
/external/libnfnetlink/include/
DMakefile.in22 case $$MAKEFLAGS in \
27 for am__flg in $$MAKEFLAGS; do \
286 for f in x $$MAKEFLAGS; do \
311 for f in x $$MAKEFLAGS; do \
/external/grpc-grpc/examples/php/echo/
Dbase.Dockerfile21 ARG MAKEFLAGS=-j8
/external/rust/crates/grpcio-sys/grpc/test/distrib/php/
Drun_distrib_test.sh26 MAKEFLAGS=-j pecl install "${GRPC_PEAR_PACKAGE_NAME}"
Drun_distrib_test_macos.sh28 sudo MAKEFLAGS=-j4 pecl install "${GRPC_PEAR_PACKAGE_NAME}"
/external/grpc-grpc/templates/src/php/docker/php8.2/
DDockerfile.template23 ARG MAKEFLAGS=-j8
/external/grpc-grpc/test/distrib/php/
Drun_distrib_test.sh26 MAKEFLAGS=-j8 pecl install "${GRPC_PEAR_PACKAGE_NAME}"
Drun_distrib_test_macos.sh28 sudo MAKEFLAGS=-j4 pecl install "${GRPC_PEAR_PACKAGE_NAME}"
/external/grpc-grpc/templates/src/php/docker/php-zts/
DDockerfile.template23 ARG MAKEFLAGS=-j8
/external/grpc-grpc/templates/src/php/docker/i386/
DDockerfile.template23 ARG MAKEFLAGS=-j8
/external/libtraceevent/Documentation/
DMakefile125 ifneq ($(findstring $(MAKEFLAGS),w),w)
131 ifneq ($(findstring $(MAKEFLAGS),s),s)
/external/grpc-grpc/templates/examples/php/echo/
Dbase.Dockerfile.template23 ARG MAKEFLAGS=-j8
/external/grpc-grpc/src/php/docker/alpine/
DDockerfile19 ARG MAKEFLAGS=-j8

12345678910