xref: /freebsd/contrib/bmake/unit-tests/opt-debug.mk (revision 956e45f6fb3e18b8e89b1341708db60c30bb9f27)
1*956e45f6SSimon J. Gerraty# $NetBSD: opt-debug.mk,v 1.5 2020/10/05 19:27:48 rillig Exp $
22c3632d1SSimon J. Gerraty#
3*956e45f6SSimon J. Gerraty# Tests for the -d command line option, which controls debug logging.
42c3632d1SSimon J. Gerraty
5*956e45f6SSimon J. Gerraty# Enable debug logging for the variables (var.c).
6*956e45f6SSimon J. Gerraty.MAKEFLAGS: -dv
7*956e45f6SSimon J. Gerraty
8*956e45f6SSimon J. GerratyVAR=	value
9*956e45f6SSimon J. Gerraty
10*956e45f6SSimon J. Gerraty# Disable all debug logging again.
11*956e45f6SSimon J. Gerraty.MAKEFLAGS: -d0			# -d0 is available since 2020-10-03
122c3632d1SSimon J. Gerraty
132c3632d1SSimon J. Gerratyall:
142c3632d1SSimon J. Gerraty	@:;
15