xref: /freebsd/contrib/bmake/unit-tests/opt-debug-graph1.mk (revision 956e45f6fb3e18b8e89b1341708db60c30bb9f27)
1*956e45f6SSimon J. Gerraty# $NetBSD: opt-debug-graph1.mk,v 1.3 2020/09/05 06:46:12 rillig Exp $
2*956e45f6SSimon J. Gerraty#
3*956e45f6SSimon J. Gerraty# Tests for the -dg1 command line option, which prints the input
4*956e45f6SSimon J. Gerraty# graph before making anything.
5*956e45f6SSimon J. Gerraty
6*956e45f6SSimon J. Gerraty.MAKEFLAGS: -dg1
7*956e45f6SSimon J. Gerraty
8*956e45f6SSimon J. Gerratyall: made-target made-target-no-sources
9*956e45f6SSimon J. Gerraty
10*956e45f6SSimon J. Gerratymade-target: made-source
11*956e45f6SSimon J. Gerraty
12*956e45f6SSimon J. Gerratymade-source:
13*956e45f6SSimon J. Gerraty
14*956e45f6SSimon J. Gerratymade-target-no-sources:
15*956e45f6SSimon J. Gerraty
16*956e45f6SSimon J. Gerratyunmade-target: unmade-sources unmade-silent-source
17*956e45f6SSimon J. Gerraty
18*956e45f6SSimon J. Gerraty.SILENT: unmade-silent-source
19*956e45f6SSimon J. Gerraty
20*956e45f6SSimon J. Gerratyunmade-target-no-sources:
21*956e45f6SSimon J. Gerraty
22*956e45f6SSimon J. Gerratyall:
23*956e45f6SSimon J. Gerraty	@:;
24