HomeSort by: relevance | last modified time | path
    Searched refs:SILENT (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-silent.mk 1 # $NetBSD: deptgt-silent.mk,v 1.4 2020/11/15 20:49:20 rillig Exp $
3 # 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.
depsrc-silent.mk 1 # $NetBSD: depsrc-silent.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
3 # 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
deptgt-silent.exp 4 This is not echoed because of the .SILENT.
opt-no-action-runflags.mk 14 SILENT.no= # none
15 SILENT.yes= @
23 .for silent in no yes
26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
opt-debug-loud.mk 4 # running them, ignoring the command line option for silent mode (-s) as
5 # 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
deptgt-silent-jobs.mk 1 # $NetBSD: deptgt-silent-jobs.mk,v 1.3 2022/04/15 09:33:20 rillig Exp $
3 # 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:
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
13 silent: .SILENT .PHONY target
opt-debug-graph1.mk 16 unmade-target: unmade-sources unmade-silent-source
18 .SILENT: unmade-silent-source
sh-leading-at.mk 7 # .SILENT
8 # depsrc-silent.mk
9 # opt-silent.mk
opt-jobs-no-action.mk 49 # The following command is silent, it is printed once, using the
51 @: silent
61 # '!silent' in Compat_RunCommand.
71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
73 SILENT.no= # none
74 SILENT.yes= @
86 .for silent in no yes
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr
    [all...]
depsrc.mk 8 # TODO: Test 'target: ${:U.SILENT}'
sh-flags.mk 3 # Tests for the effective RunFlags of a shell command (run/skip, echo/silent,
23 opt-silent.yes= -s
27 tgt-silent.yes= .SILENT
30 cmd-silent.yes= @
37 letter.silent.yes= s
45 # Only 'no', not 'yes', since job->echo is based trivially on opts.silent.
46 .for opt-silent in no
56 target+= ${letter.silent.${opt-silent}:U_
    [all...]
varname-vpath.mk 11 all: .SILENT
deptgt-end-fail.mk 22 ${target}: .PHONY .SILENT
deptgt-posix.mk 30 .SILENT:
  /src/libexec/httpd/testsuite/
Makefile 15 SILENT= @
17 SILENT=
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/
buildgo.sh 130 SILENT=${SILENT:-0}
161 if [ "$SILENT" != "1" ]; then
169 if [ "$SILENT" != "1" ]; then
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 57 if [ "${SILENT}" != "1" ]; then
  /src/share/mk/
bsd.own.mk 1911 .SILENT:
1916 .SILENT:
1921 .SILENT: __makeverbose_dummy_target__

Completed in 82 milliseconds