Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.3  rillig # $NetBSD: opt-silent.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for the -s command line option.
      4  1.1  rillig 
      5  1.3  rillig .MAKEFLAGS: -s
      6  1.1  rillig 
      7  1.3  rillig # No matter whether a command is prefixed by '@' or not, it is not echoed.
      8  1.1  rillig all:
      9  1.3  rillig 	echo 'message'
     10  1.3  rillig 	@echo 'silent message'
     11