Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/f-stack/app/redis-5.0.5/deps/
H A DMakefile18 .make-prerequisites:
23 .make-cflags: distclean
24 -(echo "$(CFLAGS)" > .make-cflags)
25 .make-prerequisites: .make-cflags
30 .make-ldflags: distclean
32 .make-prerequisites: .make-ldflags
40 -(rm -f .make-*)
44 hiredis: .make-prerequisites
50 linenoise: .make-prerequisites
69 lua: .make-prerequisites
[all …]
/f-stack/freebsd/contrib/libsodium/
H A D.travis.yml16 - make -j $(nproc) && make check && make install
18 - make uninstall
19 - make distclean
23make -j $(nproc) CFLAGS='-g0' > /dev/null && cp src/libsodium/.libs/libsodium.so lib.so && make cl…
24 - make distcheck
25 - make distclean > /dev/null
27 - make check
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dios.sh34 make distclean > /dev/null
51 make -j${PROCESSORS} install || exit 1
57 make distclean > /dev/null
64 make -j${PROCESSORS} install || exit 1
75 make distclean > /dev/null
82 make -j${PROCESSORS} install || exit 1
88 make distclean > /dev/null
95 make -j${PROCESSORS} install || exit 1
101 make distclean > /dev/null
108 make -j${PROCESSORS} install || exit 1
[all …]
H A Dmsys2-win64.sh15 make clean && \
16 make && \
17 make check && \
18 make install
H A Dmsys2-win32.sh15 make clean && \
16 make && \
17 make check && \
18 make install
H A Dosx.sh12 make distclean > /dev/null
27 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
30 make distclean > /dev/null
H A Dnativeclient-x86.sh12 make distclean > /dev/null
29 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
H A Dnativeclient-x86_64.sh12 make distclean > /dev/null
29 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
H A Dnativeclient-pnacl.sh20 make distclean > /dev/null
37 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
H A Demscripten.sh68 emmake make clean
78 emmake make $MAKE_FLAGS install || exit 1
138 emmake make $MAKE_FLAGS CPPFLAGS="$CPPFLAGS -DBROWSER_TESTS=1" check > /dev/null 2>&1
146 emmake make $MAKE_FLAGS check > /dev/null 2>&1
175 make $MAKE_FLAGS check || exit 1
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found:
15 # Makefile, which cannot be handled by other versions of make.
17 # GNU make if it exists, the empty string otherwise.
19 # GNU make by copying `_cv_gnu_make_command`, otherwise it is unset.
21 # `make --version` as the last field of a record of space-separated
41 # Then perhaps to cause gnu make to override any other make, we could do
51 # Then, if any (well almost any) other make is called, and GNU make also
52 # exists, then the other make wraps the GNU make.
68 AC_CACHE_CHECK([for GNU make],[_cv_gnu_make_command],[dnl
70 dnl Search all the common names for GNU make
[all …]
/f-stack/app/nginx-1.16.1/auto/lib/
H A Dmake7 . auto/lib/pcre/make
11 . auto/lib/openssl/make
15 . auto/lib/zlib/make
19 . auto/lib/libatomic/make
23 . auto/lib/perl/make
/f-stack/doc/
H A DF-Stack_Build_Guide.md27 $ make
28 $ make install
36 $ make
41 $ make
42 $ make install
46 $ make
50 $ make
54 $ make
H A DF-Stack_Quick_Start_Guide.md35 Once the hugepage memory is reserved, to make the memory available for DPDK use, perform the follow…
61 make
62 make install
70 make
77 make
78 make install
85 make
/f-stack/app/redis-5.0.5/src/
H A DMakefile82 -include .make-settings
208 echo STD=$(STD) >> .make-settings
209 echo WARN=$(WARN) >> .make-settings
210 echo OPT=$(OPT) >> .make-settings
211 echo MALLOC=$(MALLOC) >> .make-settings
212 echo CFLAGS=$(CFLAGS) >> .make-settings
223 .make-prerequisites:
228 .make-prerequisites: persist-settings
232 .make-prerequisites: persist-settings
265 %.o: %.c .make-prerequisites
[all …]
/f-stack/
H A D.travis.yml19 - make -C dpdk install T=x86_64-native-linuxapp-gcc
20 - make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
21 - make -C tools
22 - make -C example
/f-stack/freebsd/
H A DMakefile45 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
62 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
77 make -v &&
169 make clean
235 make
240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
256 make -j4;
266 make -v &&
290 make clean &&
[all …]
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dbuild5 make
6 make check
7 make install
/f-stack/tools/libxo/
H A D.travis.yml3 …in/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.appveyor.yml34 - pacman --noconfirm -Suy mingw-w64-%CPU%-make
39 - mingw32-make
41 - mingw32-make tests
42 - mingw32-make -k check
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml27 make -j$(nproc)
30 make checkstyle
33 make lint
36 make checkabi
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A DREADME9 Do "make one" for a demo.
28 Do "make min" for a demo.
32 Do "make noparser" for a demo.
36 Do "make strict" for a demo.
/f-stack/dpdk/kernel/freebsd/
H A Dmeson.build6 # for building kernel modules, we use kernel build system using make, as
11 # target to call make, passing in the values as env parameters.
25 command: ['make', '-f', '@INPUT0@',
31 depends: built_kmods, # make each module depend on prev
/f-stack/dpdk/kernel/linux/
H A Dmeson.build18 # test running make in kernel directory, using "make kernelversion"
19 make_returncode = run_command('make', '-sC', kernel_dir + '/build',

12345678910>>...17