HomeSort by: relevance | last modified time | path
    Searched defs:do (Results 1 - 8 of 8) sorted by relevancy

  /src/
Makefile 8 # Not everything you can set or do is documented in this makefile. In
87 # do-top-obj: creates the top level object directory.
88 # do-tools-obj: creates object directories for the host toolchain.
89 # do-tools: builds host toolchain.
93 # do-distrib-dirs: creates the distribution directories.
95 # do-lib: builds and installs prerequisites from lib.
96 # do-compat-lib: builds and installs prerequisites from compat/lib
98 # do-x11: builds and installs X11 tools and libraries
100 # do-build: builds and installs the entire system.
101 # do-obsolete: installs the obsolete sets (for the postinstall-* targets)
    [all...]
  /src/usr.bin/make/unit-tests/
posix-execution.mk 39 # expect-not-matches: ^do%-prefix%-plus: a regular command
40 # expect: do-prefix-plus: prefixed by plus
41 # expect: do-prefix-plus: prefixed by plus
44 @${MAKE} -f ${MAKEFILE} -n do-prefix-plus
45 @${MAKE} -f ${MAKEFILE} -n -j1 do-prefix-plus
46 do-prefix-plus:
52 # expect: do-error-not-ignored: successful
53 # expect-not: do-error-not-ignored: after an error
56 @${MAKE} -f ${MAKEFILE} do-error-not-ignored || :
57 do-error-not-ignored
    [all...]
objdir-writable.mk 8 .if make(do-objdir)
12 do-objdir:
31 @MAKEOBJDIR=${TMPDIR} ${.MAKE} -r -f ${MAKEFILE:tA} -C ${TMPDIR} do-objdir -V .OBJDIR
  /src/tests/bin/sh/
t_here.sh 47 # our local shell (ATF_SHELL) better do quoting correctly...
185 do
519 # This next test is really just testing what our shell happens to do.
521 # in redirects are processed. Most shells do them in the parent
537 # and we get "2\n2\n" as do most other shells. (bash is a notable
583 : <<- do | for x in xxx heredoc
584 do
585 do echo $x
592 do echo $x
  /src/distrib/sets/
Makefile 123 # of a build, to ensure that repeated MKUPDATE builds do not cause
217 ${MAKETARSETS:@.TARS.@${_MAKETARS_WAIT} do-${.TARS.}@}
226 for i in MD5 SHA512; do \
237 do-${tar}: .PHONY sanitise_METALOG
255 ${MAKETARSETS:@.TARS.@do-sum-${.TARS.}@}
256 ${UMASK} && for i in MD5 SHA512; do \
261 do-sum-${tar}: .PHONY do-${tar}
264 ${UMASK} && for i in MD5 SHA512; do \
268 .ORDER: ${MAKETARSETS:@.TARS.@do-sum-${.TARS.}@
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 201 # How to do nothing. Override if you, for some strange reason, would rather
202 # do something.
243 .if !target(do-package)
244 do-package: ${PLIST}
262 # Some support rules for do-package
267 ${_PKG_SILENT}${_PKG_DEBUG}for cat in ${CATEGORIES}; do \
299 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/do-/}
306 # post-* targets/scripts or redefine the do-* targets. These
307 # targets don't do anything other than checking for cookies and
564 for f in ${.CURDIR}/Makefile ${FILESDIR}/* ${PKGDIR}/*; do \
    [all...]
  /src/etc/
Makefile 20 # MKUPDATE; if not `no', don't do a 'make clean' before kernel compile
24 # INSTALL_DONE is set, it will not do a `make install.'
25 # if DISTRIBUTION_DONE is set, it will not do anything.
280 for metaent in spwd.db passwd pwd.db; do \
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
441 do-iso-image: .PHONY check_DESTDIR check_RELEASEDIR iso-image-md-post
560 # with these suffixes do not exist in the kernel build directory.
609 for kernel in $${kernlist}; do \
610 for s in "" $${kernsuffixes}; do \
637 for kernel in $${kernels}; do \
    [all...]
  /src/usr.bin/xlint/lint1/
cgram.y 470 /* No type for do. */
722 /* XXX: do that only on the last name */
2253 | do error {
2279 do statement {
2284 do: /* see C99 6.8.5 */ label

Completed in 16 milliseconds