Home | History | Annotate | Line # | Download | only in unit-tests
varmod-quote-dollar.mk revision 1.2
      1  1.2  rillig # $NetBSD: varmod-quote-dollar.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for the :q variable modifier, which quotes the string for the shell
      4  1.2  rillig # and doubles dollar signs, to prevent them from being interpreted by a
      5  1.2  rillig # child process of make.
      6  1.1  rillig 
      7  1.1  rillig # TODO: Implementation
      8  1.1  rillig 
      9  1.1  rillig all:
     10  1.1  rillig 	@:;
     11