xref: /freebsd/contrib/bmake/unit-tests/varname-dot-objdir.mk (revision 8d5c8e21c690b35d0a9a604d6b886fba222cd2fe)
1# $NetBSD: varname-dot-objdir.mk,v 1.3 2024/06/01 11:06:17 rillig Exp $
2#
3# Tests for the special .OBJDIR variable.
4
5# TODO: Implementation
6
7all:
8	# Add an entry to the cached_realpath table, to test cleaning up
9	# that table in purge_relative_cached_realpaths.
10	# Having a ':=' assignment in the command line is construed but works
11	# well enough to reach the code.
12	@${MAKE} -f ${MAKEFILE} 'VAR:=$${:U.:tA}' purge-cache
13
14purge-cache:
15	: ${.TARGET} was reached.
16