summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/dep-exclam.mk
blob: 5f6b72da3fe0838ea6bbb8b0e4ec710f4cf8a439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: dep-exclam.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
#
# Tests for the ! operator in dependency declarations, which always re-creates
# the target, whether or not it is out of date.
#
# TODO: Is this related to OP_PHONY?
# TODO: Is this related to OP_EXEC?
# TODO: Is this related to OP_MAKE?

# TODO: Implementation

all:
	@:;