Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.2     sjg # $NetBSD: shell-sh.mk,v 1.2 2023/12/24 16:48:30 sjg Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for using a bourne shell for running the commands.
      4  1.1  rillig # This is the default shell, so there's nothing surprising.
      5  1.1  rillig 
      6  1.2     sjg .SHELL: name="sh"
      7  1.1  rillig 
      8  1.1  rillig all:
      9  1.1  rillig 	: normal
     10  1.1  rillig 	@: hidden
     11  1.1  rillig 	+: always
     12  1.1  rillig 	-: ignore errors
     13