xref: /freebsd/contrib/bmake/unit-tests/opt-silent.mk (revision 9f45a3c8c82ffead7044ae836d9257113c630d3b)
1*9f45a3c8SSimon J. Gerraty# $NetBSD: opt-silent.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
22c3632d1SSimon J. Gerraty#
32c3632d1SSimon J. Gerraty# Tests for the -s command line option.
42c3632d1SSimon J. Gerraty
5*9f45a3c8SSimon J. Gerraty.MAKEFLAGS: -s
62c3632d1SSimon J. Gerraty
7*9f45a3c8SSimon J. Gerraty# No matter whether a command is prefixed by '@' or not, it is not echoed.
82c3632d1SSimon J. Gerratyall:
9*9f45a3c8SSimon J. Gerraty	echo 'message'
10*9f45a3c8SSimon J. Gerraty	@echo 'silent message'
11