Searched refs:SILENT (Results 1 - 19 of 19) sorted by relevance

/src/usr.bin/make/unit-tests/
H A Ddeptgt-silent.mk3 # Tests for the special target .SILENT in dependency declarations.
5 .SILENT: all
9 # Without the .SILENT, the following command would be echoed.
10 echo 'This is not echoed because of the .SILENT.'
12 # Demonstrate that the .SILENT only applies to the particular target.
H A Ddepsrc-silent.mk3 # Tests for the special source .SILENT in dependency declarations,
7 # Without the .SILENT, the commands 'echo one' and 'echo two' would be
9 all: .SILENT
H A Ddeptgt-silent.exp4 This is not echoed because of the .SILENT.
H A Dopt-no-action-runflags.mk14 SILENT.no= # none
15 SILENT.yes= @
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dopt-debug-loud.mk5 # well as the .SILENT special source and target, as well as the '@' prefix
9 .SILENT:
17 all: .SILENT
18 # Even though the command line option -s is given, .SILENT is set
H A Ddeptgt-silent-jobs.mk3 # Ensure that the special dependency target '.SILENT' only affects the amount
9 # handling were output in jobs mode, even when the global '.SILENT'
18 .SILENT:
H A Djob-flags.mk4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
13 silent: .SILENT .PHONY
H A Dopt-debug-graph1.mk18 .SILENT: unmade-silent-source
H A Dsh-leading-at.mk7 # .SILENT
H A Dopt-jobs-no-action.mk73 SILENT.no= # none
74 SILENT.yes= @
93 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Ddepsrc.mk8 # TODO: Test 'target: ${:U.SILENT}'
H A Dsh-flags.mk27 tgt-silent.yes= .SILENT
85 SILENT.yes= @
116 ${target}: .SILENT
119 RUNFLAGS.${target}= ${SILENT.${cmd-silent}}${ALWAYS.${cmd-always}}${IGNERR.${cmd-ignerr}}
H A Dvarname-vpath.mk11 all: .SILENT
H A Ddeptgt-end-fail.mk22 ${target}: .PHONY .SILENT
H A Ddeptgt-posix.mk30 .SILENT:
/src/libexec/httpd/testsuite/
H A DMakefile15 SILENT= @ macro
17 SILENT= macro
31 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}"
36 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" -c "${.CURDIR}/cgi-bin"
41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dbuildgo.sh130 SILENT=${SILENT:-0}
161 if [ "$SILENT" != "1" ]; then
169 if [ "$SILENT" != "1" ]; then
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh57 if [ "${SILENT}" != "1" ]; then
/src/share/mk/
H A Dbsd.own.mk1999 .SILENT:
2004 .SILENT:
2009 .SILENT: __makeverbose_dummy_target__

Completed in 19 milliseconds