Searched refs:make (Results 176 - 200 of 543) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/bmake/mk/sys/
H A DNetBSD.mk8 # we are running native make
10 # so we can make a rough guess
40 # need to make sure this is set
/freebsd-12-stable/share/mk/
H A Dbsd.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
12 # to omit from that make.
37 # make(1) environment.
H A Dbsd.symver.mk17 # Compute the make's -m path.
H A Dmeta.autodep.mk42 .if make(gendirdeps)
45 .elif !empty(.TARGETS) && !make(all)
120 # just make sure this is not empty
138 .if !make(gendirdeps)
189 # make sure this exists
245 .if make(gendirdeps)
291 # make sure this is included at least once
299 # these make it easy to gather some stats
H A Dbsd.compiler.mk13 # make sure that you are limiting the test to a specific compiler. Testing
44 !make(test-system-*) && !make(print-dir) && !make(showconfig) && \
56 # Expand and export some variables so they may be based on make vars.
123 # Try to import COMPILER_TYPE and COMPILER_VERSION from parent make.
/freebsd-12-stable/tools/tools/tinybsd/
H A Dtinybsd319 make fetch-recursive
320 make DESTDIR_ENV_LIST=PATH DESTDIR="${WORKDIR}" install
321 make clean
338 make buildkernel KERNCONF=${KERNCONF} || exit 1
392 make freebsd.cf freebsd.submit.cf
396 make distribution DESTDIR=${WORKDIR} || exit 1
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc117 // For everything else, we want to check to make sure the symbol isn't defined
/freebsd-12-stable/crypto/heimdal/
H A DMakefile.am40 cf/make-proto.pl \
/freebsd-12-stable/contrib/ncurses/misc/
H A Dmakellib35 # a. If the file llib-lXXX doesn't exist, create it using the make-rule
97 if ( make $llib )
/freebsd-12-stable/contrib/apr-util/
H A Dbuildconf89 echo "Generating 'make' outputs ..."
90 $apr_src_dir/build/gen-build.py $verbose make
/freebsd-12-stable/contrib/gperf/
H A DMakefile.devel5 MAKE = make
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk40 # so make sure the optimizer doesn't interfere with them.
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dforloop.mk7 .if make(for-fail)
H A Ddollar.mk39 $C 'Some hungry part of make eats all the dollars after a :U modifier.'
49 $C 'Some hungry part of make eats all the dollars after a :U modifier.'
/freebsd-12-stable/crypto/heimdal/kcm/
H A DMakefile.am28 cd $(srcdir); perl ../cf/make-proto.pl -o kcm-protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm-protos.h
/freebsd-12-stable/release/
H A DMakefile.azure42 make -C ${PORTSDIR}/www/npm BATCH=1 all install clean
/freebsd-12-stable/kerberos5/
H A DMakefile.inc56 MAKE_ROKEN= make-roken
/freebsd-12-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh410 (cd ${TOP}/modules/${1}; make depend; make )
429 make depend; \
430 make; \
/freebsd-12-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h57 apr_status_t (*make)(apr_crypto_t **f, const apr_crypto_driver_t *provider, member in struct:apr_crypto_driver_t
/freebsd-12-stable/contrib/dialog/package/
H A Ddialog.spec52 make
57 make install-full DESTDIR=$RPM_BUILD_ROOT
/freebsd-12-stable/contrib/bmake/mk/
H A Djava.mk56 # this lot does that but needs a recent netbsd make or
78 # this will work with other BSD make's
H A Dmeta.autodep.mk40 .if make(gendirdeps)
43 .elif !empty(.TARGETS) && !make(all)
118 # just make sure this is not empty
136 .if !make(gendirdeps)
187 # make sure this exists
243 .if make(gendirdeps)
289 # make sure this is included at least once
297 # these make it easy to gather some stats
H A Dobj.mk29 # this has to match how make behaves
85 echo "No ${__objdir} to link to - do a 'make obj'"; \
/freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/
H A DMakefile34 @make clean
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py24 make_cmd = 'make'
58 def make(args, pipe=True): function
231 make(['clean', 'dictBuilder'], False)
234 make(['clean', 'zstd'], False)
237 make(['zstd'], False)

Completed in 206 milliseconds

1234567891011>>