Searched refs:make (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk112 .if !make(dpadd)
187 .if (make(${PROG}_p) || defined(NEED_GPROF)) && exists(${__lib:R}_p.a)
213 # force evaluation now - to avoid giving make a headache
240 .if make(*dpadd*)
H A Dwarnings.mk18 # make sure we get the behavior we expect
77 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec111 - Use make install
142 make
149 make
155 make install DESTDIR=$RPM_BUILD_ROOT/
166 make install install.man BINDIR=%{_libdir}/ssh DESTDIR=$RPM_BUILD_ROOT/
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in217 # fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
643 @echo '"make send-survey".'
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test.t135 my $st = system("make obj && make all");
140 chomp(my $cmd = `make '-V\${.OBJDIR}/\${PROG}'`);
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk102 # make sure we know what TARGET_SPEC is
140 .if make(all)
218 !make(print-dir)
245 !make(showconfig) && \
H A Dbsd.compiler.mk13 # make sure that you are limiting the test to a specific compiler. Testing
39 !make(showconfig) && \
51 # Expand and export some variables so they may be based on make vars.
111 # Try to import COMPILER_TYPE and COMPILER_VERSION from parent make.
H A Ddirdeps.mk110 # # make sure we know what TARGET_SPEC is
145 # make sure we get the behavior we expect
157 # make sure these are empty to start with
168 # make sure we have defaults
184 # there needs to be at least one item missing for these to make sense
274 # make sure this target exists
376 # make sure we have a starting place?
398 # we do this via sub-make
436 .elif !make(dirdeps) && !target(_count_dirdeps)
566 # Normally if doing make
[all...]
H A Dsrc.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
12 # to omit from that make.
38 # make(1) environment.
222 # used at all in bsd.*.mk, but we have to make an exception here if we want
323 # be safe and make sure we keep pc98 stable.
546 # and to support 'make delete-old' when supplying an external toolchain.
H A Dsuite.test.mk82 # Definition of the "make check" target and supporting variables.
89 # are used by tests, it is highly possible for a execution of "make test" to
/freebsd-11-stable/release/
H A DMakefile.gce52 make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
H A DMakefile.ec260 env - PATH=$$PATH make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
/freebsd-11-stable/release/tools/
H A Dgce.conf110 make -C /usr/ports/${PACKAGE} fetch
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h47 /// template argument is used to make sure that "Decl" pointers are not
60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } function in class:clang::OpaquePtr
99 static UnionOpaquePtr make(OpaquePtr<T> P) { function in struct:clang::UnionOpaquePtr
/freebsd-11-stable/contrib/apr/
H A Dbuildconf117 echo "buildconf: generating 'make' outputs ..."
118 ${PYTHON} build/gen-build.py $verbose make
/freebsd-11-stable/sys/conf/
H A Dnewvers.sh146 i=`${MAKE:-make} -V KERN_IDENT`
147 compiler_v=$($(${MAKE:-make} -V CC) -v 2>&1 | grep -w 'version')
H A Dkern.opts.mk8 # make(1) environment.
14 # Note: bsd.own.mk must be included before the rest of kern.opts.mk to make
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp77 config = make<Configuration>();
78 symtab = make<SymbolTable>();
79 driver = make<LinkerDriver>();
173 make<std::unique_ptr<MemoryBuffer>>(std::move(mb)); // take ownership
198 make<std::unique_ptr<Archive>>(std::move(file)); // take ownership
205 symtab->addFile(make<ArchiveFile>(mbref));
209 symtab->addFile(make<LazyObjFile>(mbref));
211 symtab->addFile(make<BitcodeFile>(mbref, "", 0));
216 symtab->addFile(make<LazyObjFile>(mbref));
218 symtab->addFile(make<ObjFil
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h96 template <class T> T &make();
106 static Yes &test(U *I, decltype(I->getNext(&make<NodeT>())) * = 0);
136 static Yes &test(U *I, decltype(I->createNode(make<NodeT>())) * = 0);
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c96 static apr_crypto_t *make(abts_case *tc, apr_pool_t *pool, function
484 f1 = make(tc, pool, driver1);
485 f2 = make(tc, pool, driver2);
579 f = make(tc, pool, driver);
598 f = make(tc, pool, driver);
617 f = make(tc, pool, driver);
1168 f = make(tc, pool, driver);
1211 f = make(tc, pool, driver);
1254 f = make(tc, pool, driver);
1295 f = make(t
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am163 # to help stupid solaris make
171 cd $(srcdir); perl ../../cf/make-proto.pl $(proto_opts) \
178 cd $(srcdir); perl ../../cf/make-proto.pl $(proto_opts) \
/freebsd-11-stable/tools/test/iconv/
H A DMakefile38 make-ref: refgen
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndisgen.sh129 echo " these additional files to make your device work with the NDIS"
502 MAKE=/usr/bin/make
/freebsd-11-stable/contrib/byacc/test/
H A Drun_make.sh27 MY_MAKE="make -f $PROG_DIR/makefile srcdir=$PROG_DIR"
34 make -f $PROG_DIR/makefile srcdir=$PROG_DIR $O_FILE $*
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec146 client and server. To make this package useful, you should also
152 the clients necessary to make encrypted connections to SSH servers.
216 make
222 make
237 make gnome-ssh-askpass2
240 make gnome-ssh-askpass1
252 make install DESTDIR=$RPM_BUILD_ROOT
570 - make initscript stop() function wait until sshd really dead to avoid
582 - make do_pam_setcred() smart enough to know when to establish creds and
594 have too many userauth requests (we may make u
[all...]

Completed in 168 milliseconds

1234567891011>>