]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/varmod-quote-dollar.mk
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / varmod-quote-dollar.mk
1 # $NetBSD: varmod-quote-dollar.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
2 #
3 # Tests for the :q variable modifier, which quotes the string for the shell
4 # and doubles dollar signs, to prevent them from being interpreted by a
5 # child process of make.
6
7 # TODO: Implementation
8
9 all:
10         @:;