opt-debug-loud.mk revision 1.3
1# $NetBSD: opt-debug-loud.mk,v 1.3 2020/10/05 19:24:29 rillig Exp $
2#
3# Tests for the -dl command line option, which prints the commands before
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
6# for shell commands.
7
8# TODO: Implementation
9
10# TODO: What about ${:!cmd!}?
11
12all:
13	@:;
14