Home | History | Annotate | Line # | Download | only in unit-tests
sh.mk revision 1.3
      1  1.3  rillig # $NetBSD: sh.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for running shell commands from the targets, or from the != variable
      4  1.2  rillig # assignment operator or the :sh variable modifier.
      5  1.3  rillig #
      6  1.3  rillig # See also:
      7  1.3  rillig #	var-op-shell.mk		for the assignment operator '!='
      8  1.1  rillig 
      9  1.1  rillig # TODO: Implementation
     10  1.1  rillig 
     11  1.1  rillig all:
     12  1.1  rillig 	@:;
     13