freebsd-dev/contrib/bmake/unit-tests/opt-debug-graph1.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
414 B
Makefile
Raw Normal View History

# $NetBSD: opt-debug-graph1.mk,v 1.3 2020/09/05 06:46:12 rillig Exp $
#
# Tests for the -dg1 command line option, which prints the input
# graph before making anything.
.MAKEFLAGS: -dg1
all: made-target made-target-no-sources
made-target: made-source
made-source:
made-target-no-sources:
unmade-target: unmade-sources unmade-silent-source
.SILENT: unmade-silent-source
unmade-target-no-sources:
all:
@:;