Searched refs:make (Results 51 - 75 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/kerberos5/lib/libroken/
H A DMakefile.depend10 kerberos5/tools/make-roken.host \
/freebsd-11-stable/kerberos5/tools/asn1_compile/
H A DMakefile.depend12 kerberos5/tools/make-roken.host \
/freebsd-11-stable/kerberos5/tools/slc/
H A DMakefile.depend12 kerberos5/tools/make-roken.host \
/freebsd-11-stable/share/examples/printing/
H A DpsdfX30 ( /u/kelly/freebsd/printing/filters/make-ps-header $login $host "DVI File"
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dos.Linux.mk8 .if !make(obj)
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make a
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.init.mk44 # - make -V is used without an override
45 # - make install is used without other targets. This is to avoid breaking
46 # things like 'make all install' or 'make foo install'.
49 ${BUILD_AT_LEVEL0:Uyes:tl} == "no" && !make(clean*) && !make(*clean)
56 make(obj) || make(analyze) || make(print-dir)
72 !make(showconfi
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix.exp8 make -n
13 make -n -j1
/freebsd-11-stable/share/examples/sunrpc/
H A DMakefile12 MAKE = make
/freebsd-11-stable/stand/usb/test/
H A DMakefile59 make -C ${.CURDIR}/.. USBCOREDIR=${.CURDIR}/..
/freebsd-11-stable/crypto/openssh/
H A Dfreebsd-configure.sh26 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
27 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP)
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh45 if ! make; then
51 if ! make install; then
/freebsd-11-stable/tools/boot/
H A Duniverse.sh17 # make universe for this to work completely.
29 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make clean cleandepend cleandir obj depend" \
34 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make ${opt} -j 20 all" \
42 top=$(make -V SRCTOP)
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in90 # Locate GNU make
93 make=gmake
95 make=make
97 make="$make --no-print-directory --quiet V=0"
114 $make install DESTDIR="$tmproot"
/freebsd-11-stable/contrib/unbound/
H A Dfreebsd-configure.sh20 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
21 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP)
32 ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
40 MAKE (make)"
62 # Number of parallel make jobs.
118 # Version of make to use
119 make=${MAKE:-make}
120 MAKE=${make}
274 echo ... ${make} ${keepgoing} ${makejobs} ${target}
275 ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe
/freebsd-11-stable/sys/
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))
/freebsd-11-stable/release/
H A Drelease.sh84 # The default make.conf and src.conf to use. Set to /dev/null
90 # The number of make(1) jobs, defaults to the number of CPUs available
167 # If NOSRC, NOPORTS and/or NODOC are unset, they must not pass to make
245 env ${CHROOT_MAKEENV} make ${CHROOT_WMAKEFLAGS} buildworld
246 env ${CHROOT_MAKEENV} make ${CHROOT_IMAKEFLAGS} installworld \
248 env ${CHROOT_MAKEENV} make ${CHROOT_DMAKEFLAGS} distribution \
281 REVISION=$(chroot ${CHROOTDIR} make -C /usr/src/release -V REVISION)
282 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
291 OPTIONS_UNSET="AVAHI FOP IGOR" make -C \
300 REVISION=$(chroot ${CHROOTDIR} make
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2366 template <class T, class... Args> Node *make(Args &&... args) { function in class:PODSmallVector
2531 return make<NameWithTemplateArgs>(S, TA);
2544 return make<NameWithTemplateArgs>(N, TA);
2563 auto *StringLitName = make<NameType>("string literal");
2566 return make<LocalName>(Encoding, StringLitName);
2576 return make<LocalName>(Encoding, N);
2583 return make<LocalName>(Encoding, Entity);
2596 return make<StdQualifiedName>(R);
2623 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin));
2649 return make<UnnamedTypeNam
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk18 # lines suggested in the GNU make.info
85 # so we can do an explicit make depend, but not otherwise
86 .if make(depend)
141 .endif # make(depend)
144 # make sure the .d's are generated/updated
165 .if make(depend) || !(make(clean*) || make(destroy*) || make(obj) || make(*instal
[all...]
/freebsd-11-stable/usr.bin/bmake/
H A DMakefile31 make.c \
104 .if make(obj) || make(clean)
112 .if (${PROG} != "make")
114 .if make(${MAN}) || !exists(${srcdir}/${MAN})
118 echo ".Xr make 1 ."; \
123 ${MAN}: make.1 my.history
128 -e '/^.Nm/s/make/${PROG}/' \
130 -e '/^.Sh HISTORY/,$$s,^.Nm,make,' ${srcdir}/make
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/
H A DMakefile25 .if !make(install)
/freebsd-11-stable/contrib/netbsd-tests/share/mk/
H A Dt_prog.sh52 atf_check -o ignore make
57 atf_check -o ignore make install
84 atf_check -o ignore make
87 atf_check -o ignore make install
/freebsd-11-stable/contrib/apr/
H A Dbuild-outputs.mk3 encoding/apr_encode.lo: encoding/apr_encode.c .make.dirs include/apr_allocator.h include/apr_encode.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
4 encoding/apr_escape.lo: encoding/apr_escape.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_escape.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
5 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
6 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
7 strings/apr_cstr.lo: strings/apr_cstr.c .make.dirs include/apr_allocator.h include/apr_cstr.h include/apr_errno.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
8 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
9 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_perms_set.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
10 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
11 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
12 strings/apr_strtok.lo: strings/apr_strtok.c .make
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp585 lookups.push_back(make<OrdinalOnlyChunk>(ord));
586 addresses.push_back(make<OrdinalOnlyChunk>(ord));
589 auto *c = make<HintNameChunk>(s->getExternalName(), ord);
590 lookups.push_back(make<LookupChunk>(c));
591 addresses.push_back(make<LookupChunk>(c));
595 lookups.push_back(make<NullChunk>(config->wordsize));
596 addresses.push_back(make<NullChunk>(config->wordsize));
602 dllNames.push_back(make<StringChunk>(syms[0]->getDLLName()));
603 auto *dir = make<ImportDirectoryChunk>(dllNames.back());
609 dirs.push_back(make<NullChun
[all...]

Completed in 157 milliseconds

1234567891011>>