]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/dep-wildcards.mk
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / dep-wildcards.mk
1 # $NetBSD: dep-wildcards.mk,v 1.3 2020/09/08 05:33:05 rillig Exp $
2 #
3 # Tests for wildcards such as *.c in dependency declarations.
4
5 all: ${.PARSEDIR}/dep-*.mk
6         # The :T is necessary to run this test from another directory.
7         # The :O is necessary since the result of the dependency resolution
8         # does not order the directory entries itself.
9         @printf '%s\n' ${.ALLSRC:T:O}