]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/opt-debug-g1.mk
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / opt-debug-g1.mk
1 # $NetBSD: opt-debug-g1.mk,v 1.1 2020/08/27 19:00:17 rillig Exp $
2 #
3 # Tests for the -dg1 command line option, which prints the input
4 # graph before making anything.
5
6 all: made-target made-target-no-sources
7
8 made-target: made-source
9
10 made-source:
11
12 made-target-no-sources:
13
14 unmade-target: unmade-sources
15
16 unmade-target-no-sources:
17
18 all:
19         @:;