]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/dep-exclam.mk
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / dep-exclam.mk
1 # $NetBSD: dep-exclam.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2 #
3 # Tests for the ! operator in dependency declarations, which always re-creates
4 # the target, whether or not it is out of date.
5 #
6 # TODO: Is this related to OP_PHONY?
7 # TODO: Is this related to OP_EXEC?
8 # TODO: Is this related to OP_MAKE?
9
10 # TODO: Implementation
11
12 all:
13         @:;