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

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk112 # The system makefiles make the .c.a rule .PRECIOUS with a special source,
174 # Hey, this is make, we can make our own test data setup! obj1.c
H A Dmodts.mk13 # XXX note that this causes problems, when make decides
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk55 # make defaults .MAKE.DEPENDFILE to .depend
102 # we are not interested in make telling us a failure happened elsewhere
124 # make sure dirdeps target exists and do it first
H A Dbsd.test.mk73 # kyua automatically descends directories; only run make check on the
75 .if !make(check)
H A Dinstall-new.mk35 # Replace the file if they are different and make a backup if desired
H A Dlocal.sys.env.mk36 # but not at the end - since make will expand both at the same time.
H A Dsrc.sys.mk28 .error Option ${var} may only be defined in ${SRC_ENV_CONF}, environment, or make argument, not ${SRCCONF}.
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.sys.mk94 # we are not interested in make telling us a failure happened elsewhere
135 # make this more obvious
145 # make sure dirdeps target exists and do it first
H A Dsys.mk89 # make sure we have a harmless value
92 # if you want objdirs make them automatic
H A Dtarget-flags.mk35 # Only works with a make(1) that does nested evaluation correctly.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh126 make > /dev/null
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh131 /usr/bin/make > /dev/null
H A Dtst.dlclose2.ksh139 /usr/bin/make > /dev/null
H A Dtst.dlclose3.ksh134 /usr/bin/make > /dev/null
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.am62 cd $(srcdir) && perl ../cf/make-proto.pl -q -P comment -o kdc-protos.h $(libkdc_la_SOURCES) || rm -f kdc-protos.h
65 cd $(srcdir) && perl ../cf/make-proto.pl -q -P comment -p kdc-private.h $(libkdc_la_SOURCES) || rm -f kdc-private.h
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S55 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id51 a bug describing your setup, and the shell you used to make it work.
278 printf '%s: ERROR: installation of key #%d failed (please report a bug describing what caused this, so that we can make this message useful)\n' "$0" "$KEY_NO" >&2
312 and check to make sure that only the key(s) you wanted were added.
/freebsd-11-stable/share/man/man5/
H A DMakefile40 make.conf.5 \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h56 Decls.push_back(DeclAccessPair::make(D, AS), C);
/freebsd-11-stable/lib/libmagic/
H A DMakefile12 .if !make(build-tools)
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh33 # of 'make installworld' such as files in /etc. Unlike other tools,
61 # - a 'revert' command to make a file "stock"
187 local destdir dir file make
189 make="make $MAKE_OPTIONS -DNO_FILEMON"
191 log "Building tree at $1 with $make"
204 (cd $SRCDIR; $make DESTDIR=$destdir distrib-dirs &&
205 MAKEOBJDIRPREFIX=$destdir/usr/obj $make _obj SUBDIR_OVERRIDE=etc &&
206 MAKEOBJDIRPREFIX=$destdir/usr/obj $make everything SUBDIR_OVERRIDE=etc &&
207 MAKEOBJDIRPREFIX=$destdir/usr/obj $make DESTDI
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp146 file = make<BitcodeFile>(mb, "", 0, std::move(symbols));
148 file = make<ObjFile>(mb, std::move(symbols));
269 auto *c = make<SectionChunk>(this, sec);
396 return make<DefinedRegular>(this, /*Name*/ "", /*IsCOMDAT*/ false,
567 // make it into the final executable as well. Correct handling would
596 auto *c = make<CommonChunk>(sym);
613 return make<DefinedAbsolute>(name, sym);
647 leader = make<DefinedRegular>(this, /*Name*/ "", /*IsCOMDAT*/ false,
809 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj()));
826 dwarf = make<DWARFCach
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk48 # on Debian/testing. The -scrollbar and -width options are used to make lynx
61 # versions of 'man' leave no margin (and make it harder to sync with pages).
119 # change some things to make weblint happy:
165 (cd ./Ada95/gen ; make html GNATHTML=$(GNATHTML) ) ;\
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk54 cd ${RELN_ROOT}/share/xml && make MAN2HWNOTES_FLAGS=${MAN2HWNOTES_FLAGS} dev-auto.ent
/freebsd-11-stable/targets/pseudo/userland/kerberos5/
H A DMakefile.depend40 kerberos5/tools/make-roken \

Completed in 360 milliseconds

1234567891011>>